Update Enigma (#1333)

This commit is contained in:
Joseph Burton 2020-05-06 14:00:10 +01:00 committed by GitHub
parent 32d84d6276
commit 7f203aa3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath "cuchaz:enigma:0.15.3+build.166"
classpath "cuchaz:enigma:0.16.0+build.171"
classpath "net.fabricmc:stitch:0.4.6+build.74"
classpath "commons-io:commons-io:2.6"
classpath 'de.undercouch:gradle-download-task:4.0.4'
@ -50,7 +50,7 @@ configurations {
}
dependencies {
enigmaRuntime "cuchaz:enigma:0.15.3+build.166"
enigmaRuntime "cuchaz:enigma:0.16.0+build.171"
enigmaRuntime "net.fabricmc:stitch:0.4.6+build.74"
javadocClasspath "net.fabricmc:fabric-loader:0.8.2+build.194"
javadocClasspath "com.google.code.findbugs:jsr305:3.0.2"