This commit is contained in:
okx-code
2019-06-14 21:05:48 +01:00
parent cd57aaae10
commit 56f8b5d09e
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ plugins {
}
group 'sh.okx'
version '3.5.3'
version '3.5.4'
repositories {
mavenCentral()
@@ -30,7 +30,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.6'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compile('net.milkbowl.vault:VaultAPI:1.7') {
exclude group: 'org.bukkit'