diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-08-03 01:30:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 01:30:34 +0000 |
| commit | 9a57b249dd660c49ac968ab2d3246736772504e1 (patch) | |
| tree | 84e1866729716f3e3f95e1d6801d169d70b6b2b0 | |
| parent | f7573a136c9fb6803dd84b78c2b39e9266e76f32 (diff) | |
| download | LunaticChat-9a57b249dd660c49ac968ab2d3246736772504e1.tar.gz LunaticChat-9a57b249dd660c49ac968ab2d3246736772504e1.tar.bz2 LunaticChat-9a57b249dd660c49ac968ab2d3246736772504e1.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.92-stable (#254)
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 1665d67..a846ed9 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.2.build.87-stable") + compileOnly("io.papermc.paper:paper-api:26.2.build.92-stable") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.4.10") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.2.build.87-stable") + testImplementation("io.papermc.paper:paper-api:26.2.build.92-stable") testImplementation("io.mockk:mockk:1.14.11") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
