Update Gradle and dependencies

This commit is contained in:
2023-04-29 15:06:46 -05:00
parent ceb9a83eda
commit 7caa89539d
4 changed files with 17 additions and 17 deletions

View File

@ -40,6 +40,6 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
compileOnly("org.json:json:20230227")
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
}