From 623d1544a0be31b2c5ec81f6ff5c8069a640d479 Mon Sep 17 00:00:00 2001 From: asie Date: Fri, 28 Dec 2018 18:42:19 +0100 Subject: [PATCH] update Stitch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 337c4a1..9606b97 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation ('org.zeroturnaround:zt-zip:1.13') implementation ('com.google.code.gson:gson:2.8.5') implementation ('com.google.guava:guava:27.0.1-jre') - implementation ('net.fabricmc:stitch:0.1.1.36') + implementation ('net.fabricmc:stitch:0.1.1.39') implementation ('net.fabricmc:tiny-remapper:0.1.0.22') { transitive = false }