From 8481d02f472fd6537d163ef7e08eb8394c3db0ab Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 1 Dec 2018 11:26:41 +0100 Subject: [PATCH] update stitch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17fd740..bea4b1b 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.0.17') + implementation ('net.fabricmc:stitch:0.1.0.18') implementation ('net.fabricmc:tiny-remapper:0.1.0.20') { transitive = false }