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 {
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
implementation("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
compileOnly("org.spongepowered:configurate-yaml:4.1.2")
compileOnly("us.ajg0702:ajUtils:1.1.22")