aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-29 07:07:55 -0400
committerGitHub <noreply@github.com>2023-08-29 07:07:55 -0400
commit3d896e6a2884163af15342b5f70fe2be166ac6fe (patch)
tree8634212491cabf37ee87755718d7155fe8ff87be
parent94cdb3cf0b35becb9f243f36c460b2251839ffd8 (diff)
downloadkotlinpoet-3d896e6a2884163af15342b5f70fe2be166ac6fe.tar.gz
Update plugin spotless to v6.21.0 (#1680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b4ce838e..accb25d5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,7 +22,7 @@ ktlint = "0.48.2"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.20" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
-spotless = { id = "com.diffplug.spotless", version = "6.20.0" }
+spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }