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