updated velocity to 1.1.5 and luckperms api to 5.3

This commit is contained in:
ActualPlayer 2021-05-15 10:30:03 +02:00
parent e02da1a7fa
commit 19cf9bc35e
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.8")
annotationProcessor("org.projectlombok:lombok:1.18.8")
implementation("net.luckperms:api:5.1")
implementation("net.luckperms:api:5.3")
compileOnly("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:1.1.5")
annotationProcessor("com.velocitypowered:velocity-api:1.1.5")
testImplementation("junit", "junit", "4.12")
}