Bump spigot version

This commit is contained in:
Jesse Boyd
2016-12-29 07:23:51 +11:00
parent c3e2421d51
commit 15d4b6d34b
2 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ repositories {
dependencies {
compile project(':Core')
compile 'org.spigotmc:spigot-api:1.11-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'
compile("net.milkbowl.vault:VaultAPI:1.6") {
exclude module: 'bukkit'
}