aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-26 17:42:27 -0500
committerGitHub <noreply@github.com>2023-01-26 17:42:27 -0500
commitce292f6db92c603936ab8093156c49215eeef5ea (patch)
tree680d117a59cffbe7c00ec0451c37d475e45b1ef5
parentc6fa07ddbb4472500720f62385fb226fad9a7ca7 (diff)
downloadkotlinpoet-ce292f6db92c603936ab8093156c49215eeef5ea.tar.gz
Update plugin spotless to v6.14.0 (#1456)
-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 2b3099b3..72ef7ae7 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.13.0" }
+spotless = { id = "com.diffplug.spotless", version = "6.14.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.2" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.12.1" }