Update enigma + stitch fixes some issues with the JDs

This commit is contained in:
modmuss50 2019-12-05 13:50:51 +00:00
parent 805396c016
commit 49575a0420
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ buildscript {
}
}
dependencies {
classpath "cuchaz:enigma:0.14.3.145"
classpath "net.fabricmc:stitch:0.4.0.67"
classpath "cuchaz:enigma:0.14.3.146"
classpath "net.fabricmc:stitch:0.4.1.68"
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,8 +48,8 @@ configurations {
}
dependencies {
enigmaRuntime "net.fabricmc:stitch:0.4.0.67"
enigmaRuntime "cuchaz:enigma:0.14.3.145"
enigmaRuntime "net.fabricmc:stitch:0.4.1.68"
enigmaRuntime "cuchaz:enigma:0.14.3.146"
}
def setupGroup = "jar setup"