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 96480c3 commit 6addd5eCopy full SHA for 6addd5e
buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm-server.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
dependencies {
15
- testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
+ testImplementation(platform("io.kotest:kotest-bom:6.0.0"))
16
testImplementation("io.kotest:kotest-assertions-core")
17
testImplementation("io.kotest:kotest-runner-junit5")
18
buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm.gradle.kts
0 commit comments