From 321be5b07db66729fc2d8d9f1b265f2246cbe0a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:38:17 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v7.1.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 585ffc6..e34f357 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -35,7 +35,7 @@ dependencyResolutionManagement { library("paper", "io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT") plugin("shadow", "com.gradleup.shadow").version("8.3.8") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("7.0.4") + plugin("spotless", "com.diffplug.spotless").version("7.1.0") } } }