We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74c05f commit 899dc40Copy full SHA for 899dc40
1 file changed
build.gradle.kts
@@ -37,7 +37,7 @@ kotlin {
37
sourceSets {
38
val jvmTest by getting {
39
dependencies {
40
- implementation("io.kotest:kotest-runner-junit5:6.0.4")
+ implementation("io.kotest:kotest-runner-junit5:6.0.7")
41
implementation("io.kotest:kotest-property:6.0.7")
42
}
43
0 commit comments