From 7c2c2bea8fb10217b3ea59ae261aeb1ba47abdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:36:48 +0000 Subject: [PATCH] build: bump net.citizensnpcs:citizens-main Bumps net.citizensnpcs:citizens-main from 2.0.33-SNAPSHOT to 2.0.35-SNAPSHOT. --- updated-dependencies: - dependency-name: net.citizensnpcs:citizens-main 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 ee77965..522495f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,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.33-SNAPSHOT") { + compileOnly("net.citizensnpcs:citizens-main:2.0.35-SNAPSHOT") { exclude(group = "*", module = "*") }