From 24cea07c3344e7e50d10e6b30379daeabae84c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 04:54:04 +0000 Subject: [PATCH] Update dependency dev.zacsweers.kctfork:core to v0.8.0 --- semanticdb-kotlinc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semanticdb-kotlinc/build.gradle.kts b/semanticdb-kotlinc/build.gradle.kts index 703b83fd..bfcaafcd 100644 --- a/semanticdb-kotlinc/build.gradle.kts +++ b/semanticdb-kotlinc/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { // https://github.com/tschuchortdev/kotlin-compile-testing/issues/390 // Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead. // testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0") - testImplementation("dev.zacsweers.kctfork", "core", "0.7.0") + testImplementation("dev.zacsweers.kctfork", "core", "0.8.0") testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1") testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {