From 7e14e2c8404e5743e2db541a9459da7282429ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:24:07 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.10.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c30e5f9..3325dd6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -38,7 +38,7 @@ dependencyResolutionManagement { library("paper", "io.papermc.paper:paper-api:26.2.build.121-stable") plugin("shadow", "com.gradleup.shadow").version("9.6.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("8.10.0") + plugin("spotless", "com.diffplug.spotless").version("8.10.1") } } }