From 99dd115eecfc7091f426df4675ada7f6646f1cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:14:54 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 2.0.0-rc-1 to 2.0.0-rc-2 Bumps io.github.gradle-nexus.publish-plugin from 2.0.0-rc-1 to 2.0.0-rc-2. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4a34b6c..afac18c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { kotlin("plugin.serialization") version "1.9.22" id("pl.allegro.tech.build.axion-release") version "1.17.0" id("com.github.ben-manes.versions") version "0.51.0" - id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1" + id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-2" } scmVersion {