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 92957ef commit 82cd923Copy full SHA for 82cd923
build.gradle.kts
@@ -24,5 +24,5 @@ apply(plugin = "groovy")
24
25
tasks.named<GroovyCompile>("compileTestGroovy") { targetCompatibility = "11" } // allow tests to run against 6.x
26
27
-dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") } //
+dependencies { testImplementation("org.spockframework:spock-core:2.4-groovy-5.0") } //
28
// ====================================================================================
0 commit comments