Update dependencies and configuration for MC 1.21.11

This commit is contained in:
2025-12-25 18:49:20 -05:00
parent a8c70933e7
commit 9cda761a0f
10 changed files with 67 additions and 54 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ publishing {
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.38")
annotationProcessor("org.projectlombok:lombok:1.18.38")
compileOnly("org.json:json:20250107")
compileOnly("org.projectlombok:lombok:1.18.42")
annotationProcessor("org.projectlombok:lombok:1.18.42")
compileOnly("org.json:json:20251224")
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
}