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.
2 parents d4f29cd + d4ad6eb commit 767e92cCopy full SHA for 767e92c
build.gradle.kts
@@ -33,7 +33,7 @@ repositories {
33
34
dependencies {
35
testImplementation("junit:junit:4.13.2")
36
- testImplementation("io.kotest:kotest-assertions-core:5.9.1") {
+ testImplementation("io.kotest:kotest-assertions-core:6.0.0") {
37
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
38
}
39
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
0 commit comments