diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-06 01:59:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 01:59:20 +0000 |
| commit | 6201ac4eb87a834d1a942ace966cc20ca0a15778 (patch) | |
| tree | 78318f0ebd3edec5bb44f8d2bb6f43ddc754cf9f | |
| parent | 2d601c142e0cb1a9187cbc1d51dcebf28fb9485c (diff) | |
| download | LunaticChat-6201ac4eb87a834d1a942ace966cc20ca0a15778.tar.gz LunaticChat-6201ac4eb87a834d1a942ace966cc20ca0a15778.tar.bz2 LunaticChat-6201ac4eb87a834d1a942ace966cc20ca0a15778.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.28-alpha (#175)
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 9c8ba7d..5c54a84 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.24-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.28-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.24-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.28-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
