aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-14 21:19:21 -0500
committerGitHub <noreply@github.com>2024-01-14 21:19:21 -0500
commit279a18c4e4517035094e462dc6246589660e7499 (patch)
tree75b2d929e243841e46cc36d772ce86f0444e50e0
parent848e6cf743e8327e28f64aa04cffa311a4d6eaa8 (diff)
downloadkotlinpoet-279a18c4e4517035094e462dc6246589660e7499.tar.gz
Update plugin spotless to v6.24.0 (#1805)
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 8e9f64b0..1f39d95b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
-spotless = { id = "com.diffplug.spotless", version = "6.23.3" }
+spotless = { id = "com.diffplug.spotless", version = "6.24.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }