Update Enigma

This commit is contained in:
modmuss50 2019-09-12 14:25:30 +01:00
parent 225f9efaa9
commit 32dc564123
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ buildscript {
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
classpath "cuchaz:enigma:0.14.1.130" classpath "cuchaz:enigma:0.14.2.134"
classpath "net.fabricmc:stitch:0.2.1.61" classpath "net.fabricmc:stitch:0.2.1.61"
classpath "commons-io:commons-io:2.6" classpath "commons-io:commons-io:2.6"
classpath "com.google.guava:guava:28.0-jre" classpath "com.google.guava:guava:28.0-jre"
@ -50,7 +50,7 @@ configurations {
dependencies { dependencies {
enigmaRuntime "net.fabricmc:stitch:0.2.1.61" enigmaRuntime "net.fabricmc:stitch:0.2.1.61"
enigmaRuntime "cuchaz:enigma:0.14.1.130:all" enigmaRuntime "cuchaz:enigma:0.14.2.134:all"
} }
def setupGroup = "jar setup" def setupGroup = "jar setup"