File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 dependencies {
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 classpath " com.google.protobuf:protobuf-gradle-plugin:0.8.1"
12- classpath " org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4 "
12+ classpath " org.junit.platform:junit-platform-gradle-plugin:1.0.0-RC2 "
1313 }
1414}
1515
@@ -65,9 +65,9 @@ dependencies {
6565 version : ' 4.8.0.201706111038-r'
6666
6767 testCompile ' org.jetbrains.kotlin:kotlin-test'
68- testCompile ' org.jetbrains.spek:spek-api:1.1.2 '
69- testCompile ' org.junit.platform:junit-platform-runner:1.0.0-M4 '
70- testRuntime ' org.jetbrains.spek:spek-junit-platform-engine:1.1.2 '
68+ testCompile ' org.jetbrains.spek:spek-api:1.1.4 '
69+ testCompile ' org.junit.platform:junit-platform-runner:1.0.0-RC2 '
70+ testRuntime ' org.jetbrains.spek:spek-junit-platform-engine:1.1.4 '
7171}
7272
7373protobuf {
You can’t perform that action at this time.
0 commit comments