We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f138c commit 34ac783Copy full SHA for 34ac783
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", "5.2.3")
39
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0")
40
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
41
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
0 commit comments