From 97c2a0184939d617412fcbd60cdc5171b60cbf41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:35:40 +0000 Subject: [PATCH] fix(deps): update dependency com.github.leonmangler:premiumvanishapi to v2.9.0-4 --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }