[Breaking] Remove rank stuff from database

This commit is contained in:
2023-10-29 23:00:12 -05:00
parent 3e9be76aa2
commit 3608e8e825
10 changed files with 28 additions and 43 deletions

View File

@ -37,9 +37,9 @@ publishing {
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.json:json:20230618")
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")
compileOnly("org.json:json:20231013")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
}