From ae3a4e2be0ccaa3908cb8bccf9a71b78c06d41bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:43:26 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v7.0.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index bd6f510..13ebbae 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.5") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("7.0.1") + plugin("spotless", "com.diffplug.spotless").version("7.0.2") } } }