diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-05-01 14:55:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-01 14:55:45 +0000 |
| commit | 5beddb557849ed2f21cfbd6a97a9565b58ce65ae (patch) | |
| tree | d7be8a428acb8887dd5c16a70af6dbfee471d95b /platform-paper | |
| parent | e1a826457b5b420f5f4ded36404e7937053dcd8d (diff) | |
| download | LunaticChat-5beddb557849ed2f21cfbd6a97a9565b58ce65ae.tar.gz LunaticChat-5beddb557849ed2f21cfbd6a97a9565b58ce65ae.tar.bz2 LunaticChat-5beddb557849ed2f21cfbd6a97a9565b58ce65ae.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.53-stable (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'platform-paper')
| -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 dd9b4ad..30e3996 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.1.build.29-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.53-stable") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.1.1.build.29-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.53-stable") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
