From ae5e1291872f6277ea381c8d6b54034833412220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:54:58 +0000 Subject: [PATCH] fix(deps): update dependency org.cthing.build-constants:org.cthing.build-constants.gradle.plugin to v2.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2afdf8e..9e4965e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8") implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4") - implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.0.0") + implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.1.0") implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.2.6") compileOnly(gradleApi())