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 9aebafd commit 8c319cbCopy full SHA for 8c319cb
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 = "5.9.1"
+ val kotest = "6.0.0.M2"
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