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 09d1d97 commit ee58776Copy full SHA for ee58776
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", "4.6.4")
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