diff --git a/settings.gradle b/settings.gradle index 3f2fb6a..4c9ebb5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,7 +12,7 @@ pluginManagement { id 'com.github.johnrengelman.shadow' version "7.1.2" apply false id 'com.apollographql.apollo3' version "3.3.0" apply false id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false - id 'com.diffplug.spotless' version '6.6.1' apply false + id 'com.diffplug.spotless' version '6.7.0' apply false } }