diff --git a/build.gradle b/build.gradle index b947f79171..5609564e5e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath "cuchaz:enigma:0.14.3.146" - classpath "net.fabricmc:stitch:0.4.1.68" + classpath "net.fabricmc:stitch:0.4.3.71" classpath "commons-io:commons-io:2.6" classpath "com.google.guava:guava:28.0-jre" classpath 'de.undercouch:gradle-download-task:3.4.3' @@ -48,7 +48,7 @@ configurations { } dependencies { - enigmaRuntime "net.fabricmc:stitch:0.4.1.68" + enigmaRuntime "net.fabricmc:stitch:0.4.3.71" enigmaRuntime "cuchaz:enigma:0.14.3.146" }