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 c262228 commit dad5c4cCopy full SHA for dad5c4c
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.1"))
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