Skip to content

Commit

Permalink
Upgrade bundled JUnit Platform to 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Aug 22, 2017
1 parent 508962d commit bc349c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jar.finalizedBy shadowJar
dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

compile 'org.junit.platform:junit-platform-launcher:1.0.0-M3'
compile 'org.junit.platform:junit-platform-launcher:1.0.0-RC2'
relocate 'net.sf.jopt-simple:jopt-simple:5.0.3'

relocate ('com.fasterxml.jackson.module:jackson-module-kotlin:2.8.4') {
Expand Down

0 comments on commit bc349c1

Please sign in to comment.