summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-11 10:52:29 +0000
committerGitHub <noreply@github.com>2026-05-11 10:52:29 +0000
commitd27e04840405a3fa0b36b3e9de6313a9c25b1edb (patch)
treead471d1d37df4c7994623c951b3420c32bab8d43
parent8ca6ce54ac678df11fbc87750937946b58d28605 (diff)
downloadLunaticChat-d27e04840405a3fa0b36b3e9de6313a9c25b1edb.tar.gz
LunaticChat-d27e04840405a3fa0b36b3e9de6313a9c25b1edb.tar.bz2
LunaticChat-d27e04840405a3fa0b36b3e9de6313a9c25b1edb.zip
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.63-stable (#204)
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 6ab5586..3ce4787 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.2.build.62-stable")
+ compileOnly("io.papermc.paper:paper-api:26.1.2.build.63-stable")
implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration
implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21") // Annotation processing
// Test dependencies
- testImplementation("io.papermc.paper:paper-api:26.1.2.build.62-stable")
+ testImplementation("io.papermc.paper:paper-api:26.1.2.build.63-stable")
testImplementation("io.mockk:mockk:1.14.9")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
}