Skip to content

Commit 37b49c2

Browse files
committed
update build.gradle
1 parent d556295 commit 37b49c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ dependencies {
4141
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
4242

4343
// 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') {
4545
exclude group: 'org.jetbrains.kotlin'
4646
}
4747
testRuntimeOnly('org.spekframework.spek2:spek-runner-junit5:2.0.0') {
4848
exclude group: 'org.junit.platform'
4949
exclude group: 'org.jetbrains.kotlin'
5050
}
5151

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')
5454
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
5555
}
5656

0 commit comments

Comments
 (0)