From 39c4a84ec22f448a298c6525b9d996a34f5aed9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:55:06 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.10.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 9ba51ec..7401d3d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -38,7 +38,7 @@ dependencyResolutionManagement { library("paper", "io.papermc.paper:paper-api:26.2.build.112-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.9.0") + plugin("spotless", "com.diffplug.spotless").version("8.10.0") } } }