Update vault depend

This commit is contained in:
Jesse Boyd 2018-02-14 20:45:20 +11:00
parent df12aa421e
commit ce394bceae
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 1 additions and 2 deletions

View File

@ -103,7 +103,6 @@ subprojects {
maven {url "http://empcraft.com/maven2"}
maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"}
maven {url "http://maven.sk89q.com/repo/"}
maven {url "http://nexus.hc.to/content/repositories/pub_releases"}
maven {url "http://repo.maven.apache.org/maven2"}
maven {url "http://ci.frostcast.net/plugin/repository/everything"}
maven {url "http://maven.sk89q.com/artifactory/repo"}

View File

@ -11,7 +11,7 @@ dependencies {
compile 'org.bukkit.craftbukkitv1_11:Craftbukkit:1.11'
// compile 'org.bukkit.craftbukkitv1_12:Craftbukkit:1.12'
compile 'org.bukkit.craftbukkitv1_12_R1:Craftbukkit:1.12.1'
compile 'net.milkbowl.vault:VaultAPI:1.5'
compile 'net.milkbowl.vault:VaultAPI:1.6'
compile 'com.massivecraft:factions:2.8.0'
compile 'com.drtshock:factions:1.6.9.5'
compile 'com.factionsone:FactionsOne:1.2.2'