diff --git a/build.gradle b/build.gradle index 35edbcfe73..d8a4346fa6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,18 +7,17 @@ buildscript { } } dependencies { - classpath "cuchaz:enigma:0.15.153" - classpath "net.fabricmc:stitch:0.4.3.71" + classpath "cuchaz:enigma:0.15.1+build.164" + classpath "net.fabricmc:stitch:0.4.5+build.73" classpath "commons-io:commons-io:2.6" - classpath "com.google.guava:guava:28.0-jre" - classpath 'de.undercouch:gradle-download-task:4.0.2' - classpath 'net.fabricmc:tiny-remapper:0.2.1.63' - classpath 'net.fabricmc:mappingpoet:0.1.0+build.1' + classpath 'de.undercouch:gradle-download-task:4.0.4' + classpath 'net.fabricmc:tiny-remapper:0.2.2.65' + classpath 'net.fabricmc:mappingpoet:0.1.0+build.2' } } plugins { - id 'de.undercouch.download' version '3.4.3' + id 'de.undercouch.download' version '4.0.4' id 'base' id 'maven-publish' id 'java' // for jd gen @@ -51,8 +50,8 @@ configurations { } dependencies { - enigmaRuntime "net.fabricmc:stitch:0.4.3.71" - enigmaRuntime "cuchaz:enigma:0.15.153" + enigmaRuntime "net.fabricmc:stitch:0.4.5+build.73" + enigmaRuntime "cuchaz:enigma:0.15.1+build.164" javadocClasspath "net.fabricmc:fabric-loader:0.8.2+build.194" javadocClasspath "com.google.code.findbugs:jsr305:3.0.2" }