diff --git a/settings.gradle b/settings.gradle index a3ed8bb2a..21412fe68 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.15.0" apply false id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false id 'com.apollographql.apollo3' version "3.0.0" apply false - id 'com.diffplug.spotless' version '6.2.0' apply false + id 'com.diffplug.spotless' version '6.2.1' apply false } }