aboutsummaryrefslogtreecommitdiff
path: root/kotlin-plugin/build.gradle.kts
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-11-15 21:44:44 +0100
committerLinnea Gräf <nea@nea.moe>2025-11-15 21:44:44 +0100
commit72be590c0736a0226280c8b68e1f26dadbc861e4 (patch)
treefa00bc8c3d8bbe419c9b7c92587f7cf1c9f69c19 /kotlin-plugin/build.gradle.kts
parent1ecae2e3ebece9d8a1ae34801d27bd61859dc206 (diff)
downloadmcautotranslations-master.tar.gz
mcautotranslations-master.tar.bz2
mcautotranslations-master.zip
feat: port to 2.2.21HEADmaster
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")
}