From 68a379cdd238f2d14aed1b7a9c537636c1fdc18c Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Thu, 24 Nov 2022 19:18:52 +0100 Subject: [PATCH] fabric-1.19.3: update to Loom 1.0-SNAPSHOT --- fabric-1.19.3/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric-1.19.3/build.gradle b/fabric-1.19.3/build.gradle index ddcc2791..e3de876f 100644 --- a/fabric-1.19.3/build.gradle +++ b/fabric-1.19.3/build.gradle @@ -1,6 +1,6 @@ plugins { - // TODO: switch to a stable Loom release once 1.19.1 lands - id 'fabric-loom' version '0.12-SNAPSHOT' + // TODO: switch to a stable Loom release once 1.19.3 lands + id 'fabric-loom' version '1.0-SNAPSHOT' } archivesBaseName = "Dynmap"