mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +00:00
Merge pull request #2853 from darbyjack/v5
Updated PAPI & EssX dependency to ensure compatibility
This commit is contained in:
commit
8a3ee4cdc2
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ dependencies {
|
|||
compile("com.github.MilkBowl:VaultAPI:1.7") {
|
||||
exclude(module: "bukkit")
|
||||
}
|
||||
implementation("me.clip:placeholderapi:2.10.4")
|
||||
implementation("me.clip:placeholderapi:2.10.6")
|
||||
implementation("net.luckperms:api:5.1")
|
||||
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 'com.github.pavog:SquirrelID:0.6.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue