mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Update Velocity dependencies
This commit is contained in:
@@ -39,9 +39,9 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.projectlombok:lombok:1.18.42")
|
compileOnly("org.projectlombok:lombok:1.18.48")
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.42")
|
annotationProcessor("org.projectlombok:lombok:1.18.48")
|
||||||
compileOnly("org.json:json:20251224")
|
compileOnly("org.json:json:20251224")
|
||||||
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||||
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user