diff --git a/settings.gradle b/settings.gradle index cf8415f..39c157e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { id 'com.github.johnrengelman.shadow' version "8.1.1" apply false id 'com.apollographql.apollo3' version "3.8.2" apply false id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false - id 'com.diffplug.spotless' version '6.19.0' apply false + id 'com.diffplug.spotless' version '6.20.0' apply false } }