lp bump and yaml bump

This commit is contained in:
J.T. McQuigg
2022-06-08 18:27:11 -04:00
parent 79845fd8b6
commit de86b8a57a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ dependencies {
compileOnly(fileTree(mapOf("dir" to "../libs/private", "include" to listOf("*.jar"))))
compileOnly(fileTree(mapOf("dir" to "../libs/public", "include" to listOf("*.jar"))))
compileOnly("net.luckperms:api:5.0")
compileOnly("net.luckperms:api:5.4")
}
tasks.shadowJar {