diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-05 20:58:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 20:58:42 +0000 |
| commit | 2d601c142e0cb1a9187cbc1d51dcebf28fb9485c (patch) | |
| tree | 1111d0962507d49517670a3f4e5536001d9a8c56 | |
| parent | 28781b843fc7a854d69fe99af27bc26b6dd8a37f (diff) | |
| download | LunaticChat-2d601c142e0cb1a9187cbc1d51dcebf28fb9485c.tar.gz LunaticChat-2d601c142e0cb1a9187cbc1d51dcebf28fb9485c.tar.bz2 LunaticChat-2d601c142e0cb1a9187cbc1d51dcebf28fb9485c.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.24-alpha (#174)
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 a9b7381..9c8ba7d 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.20-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.24-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.20-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.24-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
