Skip to content

Commit fc934dd

Browse files
committed
Remove unused test dependencies
1 parent dd73756 commit fc934dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ dependencies {
3333
exclude("org.slf4j")
3434
}
3535

36-
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.19"))
37-
testImplementation("org.apache.groovy:groovy")
38-
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0"))
39-
testImplementation("org.spockframework:spock-core")
4036
testImplementation(kotlin("test"))
4137
}
4238

0 commit comments

Comments
 (0)