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 3a36f2cCopy full SHA for 3a36f2c
semanticdb-kotlinc/build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
41
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
42
// Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead.
43
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
44
- testImplementation("dev.zacsweers.kctfork", "core", "0.7.1")
+ testImplementation("dev.zacsweers.kctfork", "core", "0.9.0")
45
46
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
47
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
0 commit comments