From 28986430fae5077e0023c5553772ccf51286712a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:06:19 +0000 Subject: [PATCH] Bump fabric-loom from 1.9.0-alpha.4 to 1.9.0-alpha.5 Bumps fabric-loom from 1.9.0-alpha.4 to 1.9.0-alpha.5. --- updated-dependencies: - dependency-name: fabric-loom 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 074a217..eab1e71 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.9.0-alpha.4' + id 'fabric-loom' version '1.9.0-alpha.5' } version = project.mod_version