diff --git a/velocity-plugin/build.gradle.kts b/velocity-plugin/build.gradle.kts index 3700705..17aca26 100644 --- a/velocity-plugin/build.gradle.kts +++ b/velocity-plugin/build.gradle.kts @@ -14,8 +14,8 @@ repositories { } 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(project(":api")) }