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 65f508e commit 6082896Copy full SHA for 6082896
build.gradle.kts
@@ -38,7 +38,7 @@ kotlin {
38
val jvmTest by getting {
39
dependencies {
40
implementation("io.kotest:kotest-runner-junit5:6.0.2")
41
- implementation("io.kotest:kotest-property:6.0.2")
+ implementation("io.kotest:kotest-property:6.0.3")
42
}
43
44
0 commit comments