From 1a13da4f33332e3c8ca9df6dedda5b6486d8af4f Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 26 Jan 2025 12:43:21 +0000 Subject: [PATCH] Update mapping-io --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c66c85d7..041910d3 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { api 'org.ow2.asm:asm-commons:9.7.1' implementation 'org.ow2.asm:asm-tree:9.7.1' implementation 'org.ow2.asm:asm-util:9.7.1' - implementation "net.fabricmc:mapping-io:0.5.0" + implementation "net.fabricmc:mapping-io:0.7.1" testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' }