diff --git a/build.gradle b/build.gradle index 56664db2a2..2cdd79a4f2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -} \ No newline at end of file +}