From 9cef6ff268ef316e14a7909b5bf9fe9826197a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:41:46 +0000 Subject: [PATCH] build: bump net.citizensnpcs:citizens-main Bumps net.citizensnpcs:citizens-main from 2.0.35-SNAPSHOT to 2.0.39-SNAPSHOT. --- updated-dependencies: - dependency-name: net.citizensnpcs:citizens-main dependency-version: 2.0.39-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 313a151..33ff7ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { // compileOnly("dev.jorel:commandapi-annotations:9.0.3") // annotationProcessor("dev.jorel:commandapi-annotations:9.0.3") - compileOnly("net.citizensnpcs:citizens-main:2.0.35-SNAPSHOT") { + compileOnly("net.citizensnpcs:citizens-main:2.0.39-SNAPSHOT") { exclude(group = "*", module = "*") }