diff --git a/build.gradle b/build.gradle index a818643..73e58ba 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'sh.okx' -version '3.11-beta.2' +version '3.11' repositories { mavenCentral() @@ -27,7 +27,7 @@ dependencies { testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0' compileOnly 'org.jetbrains:annotations:16.0.2' - implementation 'org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT' + implementation 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT' implementation('com.github.Realizedd:TokenManager:3.2.4') { transitive = false }