File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ dependencies {
41
41
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
42
42
43
43
// Spek testing requirements
44
- testImplementation (' org.spekframework.spek2:spek-dsl-jvm:2.0.0' ) {
44
+ testCompile (' org.spekframework.spek2:spek-dsl-jvm:2.0.0' ) {
45
45
exclude group : ' org.jetbrains.kotlin'
46
46
}
47
47
testRuntimeOnly(' org.spekframework.spek2:spek-runner-junit5:2.0.0' ) {
48
48
exclude group : ' org.junit.platform'
49
49
exclude group : ' org.jetbrains.kotlin'
50
50
}
51
51
52
- testImplementation (' org.junit.jupiter:junit-jupiter-api:5.4.2' )
53
- testImplementation (group : ' org.json' , name : ' json' , version : ' 20180130' )
52
+ testCompile (' org.junit.jupiter:junit-jupiter-api:5.4.2' )
53
+ testCompile (group : ' org.json' , name : ' json' , version : ' 20180130' )
54
54
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.4.2'
55
55
}
56
56
You can’t perform that action at this time.
0 commit comments