1 parent 767e92c commit 8549165Copy full SHA for 8549165
1 file changed
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.1.3") {
37
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
38
}
39
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
0 commit comments