Release Plex v1.3

This commit is contained in:
2023-07-22 20:00:25 -05:00
parent 77dc95ae29
commit ecbd9c02da
3 changed files with 2 additions and 4 deletions

View File

@ -39,7 +39,7 @@ publishing {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.json:json:20230227")
compileOnly("org.json:json:20230618")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
}