From 4dafce7aa778123d5161d2ec95bf5b3b4e04ddfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:04:57 +0000 Subject: [PATCH] Bump cloth-config-fabric from 6.1.48 to 9.0.94 Bumps cloth-config-fabric from 6.1.48 to 9.0.94. --- updated-dependencies: - dependency-name: me.shedaniel.cloth:cloth-config-fabric dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa59e74..f47357d 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:0.44.0+1.18" modRuntimeOnly "fr.catcore:server-translations-api:1.4.8+1.18-pre1" modImplementation "com.terraformersmc:modmenu:4.0.6" - modApi("me.shedaniel.cloth:cloth-config-fabric:6.1.48") { + modApi("me.shedaniel.cloth:cloth-config-fabric:9.0.94") { exclude(group: "net.fabricmc.fabric-api") } include implementation("com.github.ReviversMC.modget-manifest-api:compat:0.2.1")