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 767e92c commit 416962aCopy full SHA for 416962a
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:6.0.0") {
+ testImplementation("io.kotest:kotest-assertions-core:6.0.4") {
37
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
38
}
39
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
0 commit comments