From 1aa61c6c31636ac394261de5035aa6a78ade9ee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:03:49 +0000 Subject: [PATCH] Update plugin mavenPublish to v0.30.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a003c081..4683fc8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compat kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } lint = { id = "com.android.lint", version = "8.7.0-beta02" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } moshix = { id = "dev.zacsweers.moshix", version = "0.28.0" } # Always replaced by the local plugin spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA2" }