From d0c36e9cca9e7baabd5553eda57c474a314e5887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:30:05 +0000 Subject: [PATCH] build(deps): bump fabric-loom from 1.10-SNAPSHOT to 1.11.1 Bumps fabric-loom from 1.10-SNAPSHOT to 1.11.1. --- updated-dependencies: - dependency-name: fabric-loom dependency-version: 1.11.1 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..2495b0e 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.1" id("maven-publish") id("dev.morazzer.cookies.internal.classified-jars") }