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 ac44d7e commit 067d7c4Copy full SHA for 067d7c4
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/kotlin-library.gradle.kts
@@ -51,7 +51,7 @@ kotlin {
51
sourceSets {
52
val commonTest by getting {
53
dependencies {
54
- implementation("io.kotest:kotest-assertions-core:5.8.1")
+ implementation("io.kotest:kotest-assertions-core:6.0.0")
55
implementation(kotlin("test-common"))
56
implementation(kotlin("test-annotations-common"))
57
}
0 commit comments