diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-06 18:00:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 18:00:04 +0000 |
| commit | c565251f7c726f22c0c4079669d4f6d7109293c6 (patch) | |
| tree | efffd6827812c4c0067d4872163270133538e31d | |
| parent | 6201ac4eb87a834d1a942ace966cc20ca0a15778 (diff) | |
| download | LunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.tar.gz LunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.tar.bz2 LunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.29-alpha (#176)
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 5c54a84..be775a7 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.28-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.29-alpha") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.20") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.1.1.build.28-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.29-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
