We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9005 commit 6050fbaCopy full SHA for 6050fba
1 file changed
build.gradle
@@ -53,8 +53,8 @@ dependencies {
53
// Quilt
54
modCompileOnly "org.quiltmc:quilt-loader:0.29.2"
55
//Velocity
56
- compileOnly 'com.velocitypowered:velocity-api:3.4.0-SNAPSHOT'
57
- 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'
58
// Adventure
59
modImplementation "net.kyori:adventure-platform-fabric:${project.adventure_version}"
60
// Config
0 commit comments