From 466977ce99c109df06ec9a025ef88664204153ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:57:14 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v3.18.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 6ab1fd51..6e4a3862 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,7 @@ // Copyright 2024 Nacho Lopez // SPDX-License-Identifier: Apache-2.0 plugins { - id("com.gradle.develocity") version "3.18" + id("com.gradle.develocity") version "3.18.1" } dependencyResolutionManagement {