From fbca33bd8a25091cc5433efb39a9fa31033bd9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:54:28 +0000 Subject: [PATCH] Bump fabric-loom from 1.8-SNAPSHOT to 1.8.10 Bumps fabric-loom from 1.8-SNAPSHOT to 1.8.10. --- updated-dependencies: - dependency-name: fabric-loom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f17fa08..e98c151 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'signing' - id 'fabric-loom' version '1.8-SNAPSHOT' + id 'fabric-loom' version '1.8.10' id 'maven-publish' id 'java' id "com.github.johnrengelman.processes" version "0.5.0"