diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index 5684e2f..d9fe515 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -21,7 +21,7 @@ java { dependencies { implementation(project(":common")) - compileOnly("com.velocitypowered:velocity-api:3.1.1") + compileOnly("com.velocitypowered:velocity-api:3.4.0") compileOnly("org.projectlombok:lombok:1.18.42") annotationProcessor("org.projectlombok:lombok:1.18.42") implementation("io.lettuce:lettuce-core:7.2.1.RELEASE")