summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-08-11 11:54:14 +0000
committerGitHub <noreply@github.com>2026-08-11 11:54:14 +0000
commit6bfd185558ea9e4156df714aa38fe66fe848a60a (patch)
treea0c44c31b1c3db2e497584f70bb9989216a734f9
parentd2c2de6b3af620b986f4c3b70e81f71aa6241ad7 (diff)
downloadLunaticChat-6bfd185558ea9e4156df714aa38fe66fe848a60a.tar.gz
LunaticChat-6bfd185558ea9e4156df714aa38fe66fe848a60a.tar.bz2
LunaticChat-6bfd185558ea9e4156df714aa38fe66fe848a60a.zip
fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.112-stable (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--platform-paper/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts
index 8765271..0e0a6ec 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.111-stable")
+ compileOnly("io.papermc.paper:paper-api:26.2.build.112-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.111-stable")
+ testImplementation("io.papermc.paper:paper-api:26.2.build.112-stable")
testImplementation("io.mockk:mockk:1.14.11")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
}