From 9cc9988a4d035a80b5535bc6126eac5dbe9652b2 Mon Sep 17 00:00:00 2001 From: NebelNidas Date: Mon, 9 Oct 2023 11:19:30 +0200 Subject: [PATCH] Update to latest Mapping-IO release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e9fd4a25..27ea120e 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ subprojects { implementation 'com.google.guava:guava:30.1.1-jre' implementation 'com.google.code.gson:gson:2.8.7' - implementation 'net.fabricmc:mapping-io:0.5.0-SNAPSHOT' + implementation 'net.fabricmc:mapping-io:0.5.0-beta.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest:2.2'