diff --git a/build.gradle b/build.gradle index 09a2c1d9ba..38c5418a85 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ buildscript { dependencies { classpath "net.fabricmc:weave:0.3.1.17+" classpath "net.fabricmc:stitch:0.1.2.51+" - classpath "commons-io:commons-io:1.4" - classpath "com.google.guava:guava:19.0" + classpath "commons-io:commons-io:2.6" + classpath "com.google.guava:guava:28.0-jre" classpath 'de.undercouch:gradle-download-task:3.4.3' classpath 'net.fabricmc:tiny-remapper:+' } @@ -49,8 +49,8 @@ configurations { } dependencies { - enigmaRuntime "net.fabricmc:stitch:0.1.2.49+" - enigmaRuntime "cuchaz:enigma:0.13.1.99:all" + enigmaRuntime "net.fabricmc:stitch:0.1.2.51+" + enigmaRuntime "cuchaz:enigma:0.13.1.116:all" } def mappingsDir = file("mappings")