Skip to content

Commit 657bc9b

Browse files
committed
Use alternative repo for Vault and change ProtocolLib dep
1 parent 3731240 commit 657bc9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272
}
7373
maven {
7474
name = 'Vault Repo'
75-
url = 'http://nexus.hc.to/content/repositories/pub_releases/'
75+
url = 'https://jitpack.io'
7676
}
7777
maven {
7878
name = 'Gravity Repo'
@@ -100,8 +100,8 @@ allprojects {
100100
compile 'com.sk89q.worldguard:worldguard-legacy:7.0.0-SNAPSHOT'
101101
compile "io.papermc:paperlib:1.0.2"
102102
compile 'com.sk89q:squirrelid:0.1.0'
103-
compile 'net.milkbowl.vault:VaultAPI:1.6'
104-
compile 'com.comphenix.protocol:ProtocolLib-API:4.4.0'
103+
compile 'com.github.MilkBowl:VaultAPI:1.7'
104+
compile 'com.comphenix.protocol:ProtocolLib:4.5.0'
105105
compile 'fr.neatmonster:nocheatplus:3.15.1-RC'
106106
compile 'org.bstats:bstats-bukkit:1.7'
107107
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)