diff --git a/build.gradle b/build.gradle index add8ea1..2151b05 100644 --- a/build.gradle +++ b/build.gradle @@ -53,8 +53,8 @@ dependencies { // Quilt modCompileOnly "org.quiltmc:quilt-loader:0.29.2" //Velocity - 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' // Adventure modImplementation "net.kyori:adventure-platform-fabric:${project.adventure_version}" // Config