updated velocity to 1.1.5 and luckperms api to 5.3
This commit is contained in:
parent
e02da1a7fa
commit
19cf9bc35e
@ -31,10 +31,10 @@ dependencies {
|
|||||||
compileOnly("org.projectlombok:lombok:1.18.8")
|
compileOnly("org.projectlombok:lombok:1.18.8")
|
||||||
annotationProcessor("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")
|
compileOnly("com.velocitypowered:velocity-api:1.1.5")
|
||||||
annotationProcessor("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
|
annotationProcessor("com.velocitypowered:velocity-api:1.1.5")
|
||||||
|
|
||||||
testImplementation("junit", "junit", "4.12")
|
testImplementation("junit", "junit", "4.12")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user