From bf5346287a4740a8a49633679cc5dbbe9b4d1c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:46:00 +0000 Subject: [PATCH] fix(deps): update dependency org.bstats:bstats-bukkit to v3.2.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 78f505a..4fef4af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ val spigotVersion = "1.20.4-R0.1-SNAPSHOT" val slimefunVersion = "RC-37" val slimefunTranslationVersion = "e03b01a7b7" val guizhanLibVersion = "1.7.6" -val bstatsVersion = "3.1.0" +val bstatsVersion = "3.2.1" dependencies { compileOnly("org.spigotmc:spigot-api:${spigotVersion}")