diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-08-05 23:41:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-05 23:41:36 +0000 |
| commit | b04ea940d82ff4a0e44118d223745626ced79be6 (patch) | |
| tree | c47716e2b6371945d18b161ec924e466966bdfef | |
| parent | 3fb478b008ab5d777e75a5553ef8260810d4c589 (diff) | |
| download | LunaticChat-b04ea940d82ff4a0e44118d223745626ced79be6.tar.gz LunaticChat-b04ea940d82ff4a0e44118d223745626ced79be6.tar.bz2 LunaticChat-b04ea940d82ff4a0e44118d223745626ced79be6.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.98-stable (#271)
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 3b85a69..95d8d5b 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { api(project(":engine")) // Paper-specific dependencies - compileOnly("io.papermc.paper:paper-api:26.2.build.96-stable") + compileOnly("io.papermc.paper:paper-api:26.2.build.98-stable") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") implementation("io.ktor:ktor-client-core:3.5.2") // Google IME client, update check implementation("io.ktor:ktor-client-cio:3.5.2") @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:2.4.10") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.2.build.96-stable") + testImplementation("io.papermc.paper:paper-api:26.2.build.98-stable") testImplementation("io.mockk:mockk:1.14.11") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
