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 ac05e6e commit 24cea07Copy full SHA for 24cea07
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.7.0")
+ testImplementation("dev.zacsweers.kctfork", "core", "0.8.0")
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