From 4a3555216d5fdefd82c0ba003e060f55d2b4a0f9 Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 17 Dec 2018 13:55:57 +0100 Subject: [PATCH] update stitch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4135ed9..5c0a54d4 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.25') + implementation ('net.fabricmc:stitch:0.1.0.28') implementation ('net.fabricmc:tiny-remapper:0.1.0.20') { transitive = false }