Update commodore to 1.6 (#1939)

This commit is contained in:
Luck 2020-02-09 15:44:52 +00:00
parent 4cfee76202
commit 2eabe845d7
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ dependencies {
compileOnly 'com.destroystokyo.paper:paper-api:1.15.1-R0.1-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bukkit:3.0.2'
compileOnly 'me.lucko:commodore:1.5'
compileOnly 'me.lucko:commodore:1.6'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit')
}

View File

@ -130,8 +130,8 @@ public enum Dependency {
COMMODORE(
"me{}lucko",
"commodore",
"1.5",
"vRQpmpYu/R780xwdOV5DNFYvKt9QKhkAVg6if6gMaa4=",
"1.6",
"RNgyV6zi06MiB/6CxEYxEq8cQbrFHfQV3RDD0CsPOAQ=",
Relocation.of("commodore", "me{}lucko{}commodore")
),
MARIADB_DRIVER(