aboutsummaryrefslogtreecommitdiff
path: root/kotlin-plugin/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'kotlin-plugin/build.gradle.kts')
-rw-r--r--kotlin-plugin/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/kotlin-plugin/build.gradle.kts b/kotlin-plugin/build.gradle.kts
index 2f5f825..995dea9 100644
--- a/kotlin-plugin/build.gradle.kts
+++ b/kotlin-plugin/build.gradle.kts
@@ -14,8 +14,8 @@ dependencies {
testImplementation(kotlin("test-junit5"))
testImplementation("org.jetbrains.kotlin:kotlin-compiler-embeddable")
- testImplementation("dev.zacsweers.kctfork:core:0.7.0")
- testImplementation("dev.zacsweers.kctfork:ksp:0.7.0")
+ testImplementation("dev.zacsweers.kctfork:core:0.11.0")
+ testImplementation("dev.zacsweers.kctfork:ksp:0.11.0")
}