From a0f951210cff64fa0b245749dc3835bb9ca4b745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:49:49 +0000 Subject: [PATCH] chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2.0.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94218db..f2363cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ */ plugins { - id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-2" + id("io.github.gradle-nexus.publish-plugin") version "2.0.0" } allprojects {