summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-04-06 18:00:04 +0000
committerGitHub <noreply@github.com>2026-04-06 18:00:04 +0000
commitc565251f7c726f22c0c4079669d4f6d7109293c6 (patch)
treeefffd6827812c4c0067d4872163270133538e31d
parent6201ac4eb87a834d1a942ace966cc20ca0a15778 (diff)
downloadLunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.tar.gz
LunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.tar.bz2
LunaticChat-c565251f7c726f22c0c4079669d4f6d7109293c6.zip
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.29-alpha (#176)
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 5c54a84..be775a7 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.1.build.28-alpha")
+ compileOnly("io.papermc.paper:paper-api:26.1.1.build.29-alpha")
implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration
implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.20") // Annotation processing
// Test dependencies
- testImplementation("io.papermc.paper:paper-api:26.1.1.build.28-alpha")
+ testImplementation("io.papermc.paper:paper-api:26.1.1.build.29-alpha")
testImplementation("io.mockk:mockk:1.14.9")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
}