From 33f1265913b40f289904cb58bfcb8ef67b6c3e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:21:46 +0000 Subject: [PATCH] Bump io.github.hfhbd.mavencentral from 0.0.14 to 0.0.15 Bumps [io.github.hfhbd.mavencentral](https://github.com/hfhbd/mavencentral) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/hfhbd/mavencentral/releases) - [Commits](https://github.com/hfhbd/mavencentral/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: io.github.hfhbd.mavencentral dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 3e2812c..0ac142c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } android = { id = "com.android.application", version = "8.7.3" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" } -mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.14" } +mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.15" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0-Beta" } licensee = { id = "app.cash.licensee", version = "1.12.0" } kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.0" }