diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index dea9a43..4f1c108 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -6,5 +6,5 @@ dependencies { api("net.skinsrestorer:axiom:1.1.2-SNAPSHOT") implementation(project(":pistonmotd-api", "shadow")) - compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.8.8") + compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.9.0-4") }