We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adc1d9 commit 076a15dCopy full SHA for 076a15d
buildSrc/src/main/kotlin/mpern.plugin.basics.gradle.kts
@@ -17,7 +17,7 @@ testing {
17
if (this is JvmTestSuite) {
18
useJUnitJupiter()
19
dependencies {
20
- implementation(platform("org.spockframework:spock-bom:2.2-groovy-3.0"))
+ implementation(platform("org.spockframework:spock-bom:2.3-groovy-3.0"))
21
implementation("org.spockframework:spock-core")
22
23
implementation(project())
0 commit comments