diff --git a/build.gradle.kts b/build.gradle.kts index 64a05768..924707b5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java idea - id("com.diffplug.spotless") version "8.3.0" + id("com.diffplug.spotless") version "8.4.0" } allprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 79ae1614..919c305b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,4 +33,4 @@ gdx-backend-lwjgl3 = { module = "com.badlogicgames.gdx:gdx-backend-lwjgl3", vers gdx-freetype = { module = "com.badlogicgames.gdx:gdx-freetype", version.ref = "gdx" } [plugins] -spotless = { id = "com.diffplug.spotless", version = "8.3.0" } +spotless = { id = "com.diffplug.spotless", version = "8.4.0" }