Updated PAPI & EssX dependency to ensure compatibility

This commit is contained in:
darbyjack 2020-05-25 00:09:28 -05:00
parent 52b90b6757
commit 4b0df80878
No known key found for this signature in database
GPG Key ID: B601D54DB662D8C5

View File

@ -30,9 +30,9 @@ dependencies {
compile("com.github.MilkBowl:VaultAPI:1.7") { compile("com.github.MilkBowl:VaultAPI:1.7") {
exclude(module: "bukkit") exclude(module: "bukkit")
} }
implementation("me.clip:placeholderapi:2.10.4") implementation("me.clip:placeholderapi:2.10.6")
implementation("net.luckperms:api:5.0") implementation("net.luckperms:api:5.0")
implementation("net.ess3:EssentialsX:2.16.1") implementation("net.ess3:EssentialsX:2.17.2")
compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT"){ transitive = false } compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT"){ transitive = false }
compile 'com.github.pavog:SquirrelID:0.6.1' compile 'com.github.pavog:SquirrelID:0.6.1'
} }