1
- import org.gradle.kotlin.dsl.resolver.buildSrcSourceRootsFilePath
2
- import org.kt3k.gradle.plugin.coveralls.CoverallsTask
3
-
4
1
group = " deltadak"
5
2
version = " 0.0"
6
3
@@ -38,14 +35,14 @@ dependencies {
38
35
compile(kotlin(" test-junit" ))
39
36
40
37
// JUnit 5
41
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.3.2 " )
42
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.3.2 " )
43
- testRuntime(" org.junit.platform:junit-platform-console:1.3.2 " )
38
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.4.0-RC2 " )
39
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.4.0-RC2 " )
40
+ testRuntime(" org.junit.platform:junit-platform-console:1.4.0-RC2 " )
44
41
45
42
// Kotlintest
46
- testCompile(" io.kotlintest:kotlintest-core:3.1.11 " )
47
- testCompile(" io.kotlintest:kotlintest-assertions:3.1.11 " )
48
- testCompile(" io.kotlintest:kotlintest-runner-junit5:3.1.11 " )
43
+ testCompile(" io.kotlintest:kotlintest-core:3.2.1 " )
44
+ testCompile(" io.kotlintest:kotlintest-assertions:3.2.1 " )
45
+ testCompile(" io.kotlintest:kotlintest-runner-junit5:3.2.1 " )
49
46
50
47
// JavaFX tests using TestFX
51
48
testCompile(" org.testfx:testfx-core:4.0.15-alpha" )
@@ -54,8 +51,8 @@ dependencies {
54
51
// testCompile("org.testfx:openjfx-monocle:8u76-b04") // jdk-9+181 for Java 9
55
52
56
53
// Spek
57
- testCompile(" org.spekframework.spek2:spek-dsl-jvm:2.0.0-rc.1 " )
58
- testRuntime(" org.spekframework.spek2:spek-runner-junit5:2.0.0-rc.1 " )
54
+ testCompile(" org.spekframework.spek2:spek-dsl-jvm:2.0.0" )
55
+ testRuntime(" org.spekframework.spek2:spek-runner-junit5:2.0.0" )
59
56
}
60
57
61
58
repositories {
0 commit comments