From dd406493d8f3e217fd6732cbd51345dd61deb22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:10:41 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v6.18.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3d6b296..040c451 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ allprojects { } plugins { - id("com.diffplug.spotless") version "6.10.0" + id("com.diffplug.spotless") version "6.18.0" } apply("${project.rootDir}/gradle/spotless.gradle") \ No newline at end of file