We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d2b32 commit 0288dc4Copy full SHA for 0288dc4
semanticdb-kotlinc/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
41
// Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead.
42
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
43
- testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
+ testImplementation("dev.zacsweers.kctfork", "core", "0.5.1")
44
45
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
46
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
0 commit comments