update Enigma

This commit is contained in:
asie 2019-06-13 09:39:42 +02:00
parent 2ac1eadb7c
commit a5b61ef87f
1 changed files with 4 additions and 4 deletions

View File

@ -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")