Update commodore to 1.7

This commit is contained in:
Luck 2020-02-10 00:45:47 +00:00
parent 6a96d40da4
commit d937c9ce06
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.6'
compileOnly 'me.lucko:commodore:1.7'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit')
}

View File

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