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 e2e8b08 commit 6aac77aCopy full SHA for 6aac77a
build.gradle.kts
@@ -38,7 +38,7 @@ kotlin {
38
sourceSets {
39
val jvmTest by getting {
40
dependencies {
41
- implementation("io.kotest:kotest-runner-junit5:5.9.1")
+ implementation("io.kotest:kotest-runner-junit5:6.0.0")
42
implementation("io.kotest:kotest-property:5.9.1")
43
}
44
0 commit comments