summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-07 16:49:14 +0900
committerGitHub <noreply@github.com>2026-04-07 16:49:14 +0900
commit4eaaf704f8f4e4061fb7b765fb7a8696eff0c410 (patch)
tree9405ca3ccf9f44dddb91541f5aa6c22b745e586a
parentcac8788aa38d56e360e284113867b5cc7bfcfc43 (diff)
parentc565251f7c726f22c0c4079669d4f6d7109293c6 (diff)
downloadLunaticChat-4eaaf704f8f4e4061fb7b765fb7a8696eff0c410.tar.gz
LunaticChat-4eaaf704f8f4e4061fb7b765fb7a8696eff0c410.tar.bz2
LunaticChat-4eaaf704f8f4e4061fb7b765fb7a8696eff0c410.zip
Merge branch 'main' into fix/cloudflare-worker-deploy-cancel
-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 6194c5a..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.15-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.15-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")
}