From 57a72b1415180c673bb61ddd8000f7b9480e8fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:04:53 +0000 Subject: [PATCH] build(deps): bump fabric-loom from 1.10-SNAPSHOT to 1.11.0-alpha.31 Bumps fabric-loom from 1.10-SNAPSHOT to 1.11.0-alpha.31. --- updated-dependencies: - dependency-name: fabric-loom dependency-version: 1.11.0-alpha.31 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..74acd04 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.31" id("maven-publish") id("dev.morazzer.cookies.internal.classified-jars") }