Update to 1.3.0-rc-6. (#2050)

This commit is contained in:
Nikolay Igotti
2018-09-13 10:20:52 +03:00
committed by GitHub
parent 27ce3b194d
commit b6a01a86f1
16 changed files with 48 additions and 66 deletions
@@ -79,8 +79,8 @@ dependencies {
bundleDependencies "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
testImplementation 'junit:junit:4.12'
testImplementation "org.jetbrains.kotlin:kotlin-test:1.3-M2"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3-M2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.3.0-rc-6"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.0-rc-6"
testImplementation "org.tools4j:tools4j-spockito:1.6"
testImplementation('org.spockframework:spock-core:1.1-groovy-2.4') {
exclude module: 'groovy-all'