diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-03-16 09:30:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 09:30:25 +0000 |
| commit | 8b806705aa3de33964a0924f9b528189b7004087 (patch) | |
| tree | 534115e365abc18518d8ae7ff1af2af21e3d8f50 | |
| parent | c9833ff72f71be62311ef2638d3de72f97ae7734 (diff) | |
| download | LunaticChat-8b806705aa3de33964a0924f9b528189b7004087.tar.gz LunaticChat-8b806705aa3de33964a0924f9b528189b7004087.tar.bz2 LunaticChat-8b806705aa3de33964a0924f9b528189b7004087.zip | |
fix(deps): update kotlin monorepo to v2.3.20 (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | build.gradle.kts | 4 | ||||
| -rw-r--r-- | platform-paper/build.gradle.kts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 5706d98..3c993e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "2.3.10" apply false - kotlin("plugin.serialization") version "2.3.10" apply false + kotlin("jvm") version "2.3.20" apply false + kotlin("plugin.serialization") version "2.3.20" apply false id("com.gradleup.shadow") version "9.4.0" apply false id("xyz.jpenilla.run-paper") version "3.0.2" apply false id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts index 16519e2..0647a1d 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { // Paper-specific dependencies compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration - implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.10") // Annotation processing + implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.20") // Annotation processing // Test dependencies testImplementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") |
