Merge pull request #2855 from IntellectualSites/dependabot/gradle/v5/net.luckperms-api-5.1

Bump luckperms from 5.0 to 5.1
This commit is contained in:
NotMyFault 2020-05-25 12:51:01 +02:00 committed by GitHub
commit 1d8bad3a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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