From 369196e128ad041897ecf49d487d233ad6b3e3ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:20:09 +0000 Subject: [PATCH] chore(deps): update plugin com.github.rahulsom.waena.root to v0.6.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..f71a4e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("java-library") id("groovy") - id("com.github.rahulsom.waena.root").version("0.6.1") + id("com.github.rahulsom.waena.root").version("0.6.7") id("com.github.rahulsom.waena.published").version("0.6.1") id("com.github.dkorotych.gradle-maven-exec").version("3.0") }