Update enigma (#1212)

This commit is contained in:
Runemoro 2020-03-20 18:57:01 -04:00 committed by GitHub
parent 84c59b348d
commit ee8d489d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath "cuchaz:enigma:0.15.150"
classpath "cuchaz:enigma:0.15.153"
classpath "net.fabricmc:stitch:0.4.3.71"
classpath "commons-io:commons-io:2.6"
classpath "com.google.guava:guava:28.0-jre"
@ -49,7 +49,7 @@ configurations {
dependencies {
enigmaRuntime "net.fabricmc:stitch:0.4.3.71"
enigmaRuntime "cuchaz:enigma:0.15.150"
enigmaRuntime "cuchaz:enigma:0.15.153"
}
def setupGroup = "jar setup"
@ -735,4 +735,4 @@ class WithV2FileOutput extends DefaultTask {
File v1Output
@OutputFile
File v2Output
}
}