3.9-beta.2

This commit is contained in:
okx-code
2020-06-26 23:19:41 +01:00
parent dd81b2432b
commit 55e190a5c2
27 changed files with 617 additions and 272 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ plugins {
}
group 'sh.okx'
version '3.9-beta.1'
version '3.9-beta.2'
repositories {
mavenCentral()
@@ -26,6 +26,8 @@ repositories {
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:16.0.2'
implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'
implementation('com.github.Realizedd:TokenManager:3.2.4') {