From 4e0d810affc574181b5acb540d02c1ebd3432a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 06:02:08 +0000 Subject: [PATCH] Bump eu.pb4:sgui from 1.6.0+1.21 to 1.6.1+1.21.1 Bumps eu.pb4:sgui from 1.6.0+1.21 to 1.6.1+1.21.1. --- updated-dependencies: - dependency-name: eu.pb4:sgui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a9cd13..4609c67 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { modImplementation("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}") //SGui - modImplementation include("eu.pb4:sgui:1.6.0+1.21") { exclude group: "net.fabricmc.fabric-api" } + modImplementation include("eu.pb4:sgui:1.6.1+") { exclude group: "net.fabricmc.fabric-api" } //Fantasy modImplementation include('xyz.nucleoid:fantasy:0.6.3+1.21') { exclude group: "net.fabricmc.fabric-api" }