From 8b46acde03ae7e27cfa04fed2f048168d7587f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:20:52 +0000 Subject: [PATCH] chore(deps): update plugin me.philippheuer.configuration to v0.10.8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9d7cca9..a253ab8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Plugins plugins { - id("me.philippheuer.configuration") version "0.10.7" + id("me.philippheuer.configuration") version "0.10.8" } version = properties["version"] as String