Update enigma to fix the dark theme

This commit is contained in:
modmuss50 2020-04-22 23:00:18 +01:00
parent 659b0da1dd
commit a3931656df
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath "cuchaz:enigma:0.15.2+build.165"
classpath "cuchaz:enigma:0.15.3+build.166"
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.2+build.165"
enigmaRuntime "cuchaz:enigma:0.15.3+build.166"
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"