From 33b2c6829911d42f2d5fe913b6cda4502a965fbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:27:04 +0000 Subject: [PATCH] chore(deps): update plugin com.github.rahulsom.waena.root to v0.6.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b239113..c8b0a4d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id "org.jetbrains.kotlin.jvm" version "1.7.22" id 'org.unbroken-dome.xjc' version '2.0.0' - id("com.github.rahulsom.waena.root").version("0.5.0") + id("com.github.rahulsom.waena.root").version("0.6.1") id("com.github.rahulsom.waena.published").version("0.6.1") }