Skip to content

Commit

Permalink
update jupiter version
Browse files Browse the repository at this point in the history
  • Loading branch information
anstkras committed Nov 5, 2019
1 parent 9650ae8 commit deceb95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com.bardsoftware.constable/build.gradle
Expand Up @@ -14,7 +14,8 @@ repositories {

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
}

compileKotlin {
Expand Down

0 comments on commit deceb95

Please sign in to comment.