aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-29 19:50:44 +0000
committerJake Wharton <github@jakewharton.com>2023-01-29 15:44:35 -0500
commit5dc539150d28ed686a5ed866f1909d9eeb92a049 (patch)
tree52c39709245864f2f00c8995f15e0eedc2c952b3
parent64d61fdd5454a5f04b4d8ebfc3f2c11e69a84572 (diff)
downloadkotlinpoet-5dc539150d28ed686a5ed866f1909d9eeb92a049.tar.gz
Update plugin mavenPublish to v0.24.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 72ef7ae7..c66a90d7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ 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.14.0" }
-mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.2" }
+mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.24.0" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.12.1" }
[libraries]