We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3857cc8 commit aa9f4aaCopy full SHA for aa9f4aa
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("com.github.node-gradle:gradle-node-plugin:2.2.0")
35
36
testImplementation("junit:junit:4.13")
37
- testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") {
+ testImplementation("org.spockframework:spock-core:2.1-groovy-3.0") {
38
exclude(module = "groovy-all")
39
}
40
0 commit comments