From 1a075abcccd32788045b6dbc225d87f9aa7681b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:34:47 -0600 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0 (#569) Bumps io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlton N Hanna --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3a1f5751..bc214eda 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id(PluginIds.Idea) id(PluginIds.TaskTree) version PluginVersions.TaskTree id(PluginIds.DependencyAnalysis) version PluginVersions.DependencyAnalysis - id("io.github.gradle-nexus.publish-plugin") version "1.1.0" + id("io.github.gradle-nexus.publish-plugin") version "2.0.0" } group = "io.provenance.explorer"