Update dependency me.lucko.luckperms:luckperms-api to v4.4
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled

This commit is contained in:
Renovate Bot 2026-07-01 06:16:52 +00:00
parent 0745a40c7a
commit f0500f98ac

View file

@ -21,7 +21,7 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
dependencies {
implementation('org.bukkit:bukkit:1.10.2-R0.1-SNAPSHOT') { transitive = false }
compileOnly('com.nijikokun.bukkit:Permissions:3.1.6') { transitive = false }
compileOnly('me.lucko.luckperms:luckperms-api:4.3') { transitive = false }
compileOnly('me.lucko.luckperms:luckperms-api:4.4') { transitive = false }
compileOnly('net.luckperms:api:5.0') { transitive = false }
compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
compileOnly('net.skinsrestorer:skinsrestorer-api:14.2.+') { transitive = false }