From 0118d2264f688f9b864518b4219d33b720f5b760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:10:24 +0000 Subject: [PATCH] Update dependency dev.zacsweers.kctfork:core to v0.10.1 --- 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 7ca5adf..7ed7c75 100644 --- a/semanticdb-kotlinc/build.gradle.kts +++ b/semanticdb-kotlinc/build.gradle.kts @@ -41,7 +41,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.1") + testImplementation("dev.zacsweers.kctfork", "core", "0.10.1") testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1") testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {