From 38b5dfac5435dbd736adbc46931ff4f2b60d8d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:09:51 +0000 Subject: [PATCH] Bump fabric-loom from 0.9.+ to 1.0.17 in /Plan Bumps fabric-loom from 0.9.+ to 1.0.17. --- updated-dependencies: - dependency-name: fabric-loom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Plan/fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/fabric/build.gradle b/Plan/fabric/build.gradle index 6edc4e6a5a..6b1eb8a518 100644 --- a/Plan/fabric/build.gradle +++ b/Plan/fabric/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.9.+' + id 'fabric-loom' version '1.0.+' } dependencies {