From 079f801c494b0adee8649313325a7a7035ce1265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:29:26 +0000 Subject: [PATCH] build(deps): bump fabric-loom from 1.10-SNAPSHOT to 1.12.0-alpha.6 Bumps fabric-loom from 1.10-SNAPSHOT to 1.12.0-alpha.6. --- updated-dependencies: - dependency-name: fabric-loom dependency-version: 1.12.0-alpha.6 dependency-type: direct:production ... 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 980b5c3..b03ccee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import org.gradle.jvm.tasks.Jar plugins { - id("fabric-loom") version "1.10-SNAPSHOT" + id("fabric-loom") version "1.12.0-alpha.6" id("maven-publish") id("dev.morazzer.cookies.internal.classified-jars") }