summaryrefslogtreecommitdiff
path: root/platform-velocity
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-01-31 16:24:50 +0000
committerGitHub <noreply@github.com>2026-01-31 16:24:50 +0000
commit66a17e5f51871e3dda5e81ddbc85accdaddb9a7c (patch)
treec038ccdce26d7c246fe85ba7d254da7ba640de1d /platform-velocity
parent59388739d7229e9b973e724200273c9bb1621cd4 (diff)
downloadLunaticChat-66a17e5f51871e3dda5e81ddbc85accdaddb9a7c.tar.gz
LunaticChat-66a17e5f51871e3dda5e81ddbc85accdaddb9a7c.tar.bz2
LunaticChat-66a17e5f51871e3dda5e81ddbc85accdaddb9a7c.zip
fix(deps): update dependency com.velocitypowered:velocity-api to v3.4.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 fc21c11..cc8af58 100644
--- a/platform-velocity/build.gradle.kts
+++ b/platform-velocity/build.gradle.kts
@@ -15,12 +15,12 @@ dependencies {
api(project(":engine"))
// Velocity-specific dependencies
- compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
- annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
+ compileOnly("com.velocitypowered:velocity-api:3.4.0")
+ annotationProcessor("com.velocitypowered:velocity-api:3.4.0")
implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration
// Test dependencies
- testImplementation("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
+ testImplementation("com.velocitypowered:velocity-api:3.4.0")
testImplementation("io.mockk:mockk:1.14.9")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
}