From b8e1e738a8a0170faea08df975dfcd4d6a2b7e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:56:51 +0000 Subject: [PATCH] chore(deps): update plugin com.github.rahulsom.waena.published to v0.6.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..99a60db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("java-library") id("groovy") id("com.github.rahulsom.waena.root").version("0.6.1") - id("com.github.rahulsom.waena.published").version("0.6.1") + id("com.github.rahulsom.waena.published").version("0.6.3") id("com.github.dkorotych.gradle-maven-exec").version("3.0") }