mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 00:57:37 +00:00
Update dependencies
This commit is contained in:
parent
36ab0eb10e
commit
9b961ac2f3
@ -42,6 +42,6 @@ dependencies {
|
||||
compileOnly("org.projectlombok:lombok:1.18.34")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.34")
|
||||
compileOnly("org.json:json:20240303")
|
||||
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
|
||||
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
|
||||
}
|
@ -21,7 +21,7 @@ dependencies {
|
||||
library("org.mariadb.jdbc:mariadb-java-client:3.4.1")
|
||||
library("com.zaxxer:HikariCP:6.0.0")
|
||||
library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22")
|
||||
library("org.jetbrains:annotations:25.0.0")
|
||||
library("org.jetbrains:annotations:26.0.1")
|
||||
compileOnly("dev.folia:folia-api:1.20.6-R0.1-SNAPSHOT")
|
||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
|
||||
exclude("org.bukkit", "bukkit")
|
||||
|
Loading…
Reference in New Issue
Block a user