From dd11b478b3fba3a25b712f2c93221c0fefb5dbda Mon Sep 17 00:00:00 2001 From: NebelNidas Date: Wed, 15 Nov 2023 20:34:45 +0100 Subject: Update Mapping-IO to full release of 0.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27ea120e..3b90781a 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-beta.1' + implementation 'net.fabricmc:mapping-io:0.5.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest:2.2' -- cgit v1.2.3