summaryrefslogtreecommitdiff
path: root/platform-velocity
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-06-12 16:06:25 +0900
committerSho Sakuma <me@m1sk9.dev>2026-06-12 16:45:03 +0900
commitc1127c4183284623b64b3826b330f79edbc42c3c (patch)
treec4d219213e1482762bd52ac20e6706ed6714b0c1 /platform-velocity
parentc8adb0505b3fa5d44a6f2b0aa1a3dd97ded5aedd (diff)
downloadLunaticChat-c1127c4183284623b64b3826b330f79edbc42c3c.tar.gz
LunaticChat-c1127c4183284623b64b3826b330f79edbc42c3c.tar.bz2
LunaticChat-c1127c4183284623b64b3826b330f79edbc42c3c.zip
chore: Support Velocity 3.5.0
Diffstat (limited to 'platform-velocity')
-rw-r--r--platform-velocity/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform-velocity/build.gradle.kts b/platform-velocity/build.gradle.kts
index e7a9a1f..a2ac751 100644
--- a/platform-velocity/build.gradle.kts
+++ b/platform-velocity/build.gradle.kts
@@ -17,12 +17,12 @@ dependencies {
api(project(":engine"))
// Velocity-specific dependencies
- compileOnly("com.velocitypowered:velocity-api:3.4.0")
- annotationProcessor("com.velocitypowered:velocity-api:3.4.0")
+ compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
+ annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration
// Test dependencies
- testImplementation("com.velocitypowered:velocity-api:3.4.0")
+ testImplementation("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
testImplementation("io.mockk:mockk:1.14.11")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
}