3.5.8-beta

This commit is contained in:
okx-code
2019-09-29 10:19:07 +01:00
parent 3f5534a201
commit db0a439d0c
11 changed files with 63 additions and 25 deletions
+5 -2
View File
@@ -5,7 +5,7 @@ plugins {
}
group 'sh.okx'
version '3.5.7'
version '3.5.8-beta'
repositories {
mavenCentral()
@@ -29,7 +29,10 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
compile('com.github.Realizedd:TokenManager:3.2.4') {
transitive = false
}
compile('net.milkbowl.vault:VaultAPI:1.7') {
exclude group: 'org.bukkit'