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 51d1e71Copy full SHA for 51d1e71
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", "4.6.4")
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