diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0fc5a53..eff3a4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" } -spotless = { id = "com.diffplug.spotless", version = "6.19.0" } +spotless = { id = "com.diffplug.spotless", version = "6.20.0" } [libraries] autoService-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }