diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-06-18 23:10:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 23:10:20 +0000 |
| commit | e27b7b8710a8c618aed32480ad93f2d7aa8e9406 (patch) | |
| tree | 981de57014ae53877271ff91408d35579942f9b8 | |
| parent | 3c3e0781843e7b516f90c7f511d4aa9af873a2c5 (diff) | |
| download | LunaticChat-e27b7b8710a8c618aed32480ad93f2d7aa8e9406.tar.gz LunaticChat-e27b7b8710a8c618aed32480ad93f2d7aa8e9406.tar.bz2 LunaticChat-e27b7b8710a8c618aed32480ad93f2d7aa8e9406.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.71-stable (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | platform-paper/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts index 4b12a9a..380e443 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -19,12 +19,12 @@ dependencies { api(project(":engine")) // Paper-specific dependencies - compileOnly("io.papermc.paper:paper-api:26.1.2.build.70-stable") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.71-stable") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.4.0") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.1.2.build.70-stable") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.71-stable") testImplementation("io.mockk:mockk:1.14.11") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
