diff --git a/settings.gradle b/settings.gradle index 67f7d757..6acb1423 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.16.11" apply false id 'io.gitlab.arturbosch.detekt' version "1.22.0" apply false id 'com.github.johnrengelman.shadow' version "7.1.2" apply false - id 'com.diffplug.spotless' version '6.12.0' apply false + id 'com.diffplug.spotless' version '6.12.1' apply false } }