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 b44adb8 commit 469824fCopy full SHA for 469824f
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
val coroutines = "1.10.1"
18
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
19
20
- val kotest = "6.0.0.M2"
+ val kotest = "6.0.0.M4"
21
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest")
22
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
23
testImplementation("io.kotest:kotest-property-jvm:$kotest")
0 commit comments