From afdc66de781cc17e99280d390114cd2093b01360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:45:00 +0000 Subject: [PATCH] build(deps): bump fabric-loom from 1.10-SNAPSHOT to 1.12.0-alpha.3 Bumps fabric-loom from 1.10-SNAPSHOT to 1.12.0-alpha.3. --- updated-dependencies: - dependency-name: fabric-loom dependency-version: 1.12.0-alpha.3 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..11846f8 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.3" id("maven-publish") id("dev.morazzer.cookies.internal.classified-jars") }