diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-11-15 21:44:44 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-11-15 21:44:44 +0100 |
| commit | 72be590c0736a0226280c8b68e1f26dadbc861e4 (patch) | |
| tree | fa00bc8c3d8bbe419c9b7c92587f7cf1c9f69c19 /kotlin-plugin/build.gradle.kts | |
| parent | 1ecae2e3ebece9d8a1ae34801d27bd61859dc206 (diff) | |
| download | mcautotranslations-master.tar.gz mcautotranslations-master.tar.bz2 mcautotranslations-master.zip | |
Diffstat (limited to 'kotlin-plugin/build.gradle.kts')
| -rw-r--r-- | kotlin-plugin/build.gradle.kts | 4 |
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") } |
