Update stitch

This commit is contained in:
modmuss50 2020-02-14 18:28:16 +00:00
parent d2afdda25f
commit f456a4d6c7
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}