From 0b5864029857870f6059b31dd1cbe266605204a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:27:09 +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 62e0d25..573feee 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -7,5 +7,5 @@ dependencies { api("net.lenni0451.mcstructs:text:2.5.3") implementation(project(":pistonmotd-api", "shadow")) - compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.8.8") + compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.9.0-4") }