diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-08-07 17:54:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-07 17:54:33 +0000 |
| commit | 1cfa603106c4f6ac4029e10242d0ba46fec2a410 (patch) | |
| tree | dd827886f2f098392c20a89dcfb78aafee6488f5 | |
| parent | de98e94f71145d6d467c9e3613a3d4cd0621ddcd (diff) | |
| download | LunaticChat-1cfa603106c4f6ac4029e10242d0ba46fec2a410.tar.gz LunaticChat-1cfa603106c4f6ac4029e10242d0ba46fec2a410.tar.bz2 LunaticChat-1cfa603106c4f6ac4029e10242d0ba46fec2a410.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.111-stable (#277)
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 410674f..8765271 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.107-stable") + compileOnly("io.papermc.paper:paper-api:26.2.build.111-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.107-stable") + testImplementation("io.papermc.paper:paper-api:26.2.build.111-stable") testImplementation("io.mockk:mockk:1.14.11") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
