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 2648c7d commit 2749eb2Copy full SHA for 2749eb2
semanticdb-kotlinc/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
36
testImplementation(kotlin("compiler-embeddable"))
37
testImplementation(kotlin("test"))
38
- testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
+ testImplementation("io.kotest", "kotest-assertions-core", "6.0.3")
39
40
// Unable to use com.github.tschuchortdev:kotlin-compile-testing until 1.9.x support is fixed
41
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
0 commit comments