aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-15 01:46:34 +0000
committerGitHub <noreply@github.com>2023-01-15 01:46:34 +0000
commite30448955b009242cd55004741fc3c27182e6ca4 (patch)
tree089e99960380a2bb75404186e88fa824fc08fcf0
parent9e4a96b366d8989c02cf3ff254405057db8b0441 (diff)
downloadkotlinpoet-e30448955b009242cd55004741fc3c27182e6ca4.tar.gz
Update plugin spotless to v6.13.0
-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 c91d84c0..da1b557d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,7 +22,7 @@ ktlint = "0.46.1"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
-spotless = { id = "com.diffplug.spotless", version = "6.12.1" }
+spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.1" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.12.1" }