1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

Update dependencies for 1.18

This commit is contained in:
Luck
2021-12-02 13:24:02 +00:00
parent fa17404133
commit f35a9b6a09
4 changed files with 17 additions and 17 deletions

View File

@@ -12,12 +12,12 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
compileOnly('me.lucko:adventure-platform-bukkit:4.8.1') {
compileOnly('me.lucko:adventure-platform-bukkit:4.9.4') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'me.lucko:commodore:1.10'
compileOnly 'me.lucko:commodore:1.11'
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
exclude(module: 'bukkit')
}