From f07fcb70835b9f37a981396339ed40ff48fbeabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:36:40 +0000 Subject: [PATCH] build(deps): bump fabric-loom from 1.10-SNAPSHOT to 1.11.0-alpha.6 Bumps fabric-loom from 1.10-SNAPSHOT to 1.11.0-alpha.6. --- updated-dependencies: - dependency-name: fabric-loom 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 5e69e33..ec6b017 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.11.0-alpha.6" id("maven-publish") id("dev.morazzer.cookies.internal.classified-jars") }