From 00f14130c49de77276f20f5aba2c3632aac2797a Mon Sep 17 00:00:00 2001 From: asie Date: Tue, 27 Nov 2018 23:21:38 +0100 Subject: [PATCH] update stitch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff67c77..ab93368 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-jre') - implementation ('net.fabricmc:stitch:0.1.0.9') + implementation ('net.fabricmc:stitch:0.1.0.11') implementation ('net.fabricmc:tiny-remapper:0.1.0.18') { transitive = false }