Update MCE - Remove auto population of minVersion in mixins - Drop some log levels.

This commit is contained in:
modmuss50
2021-02-11 18:12:27 +00:00
committed by GitHub
parent b8058c693d
commit 409f5f8e93
10 changed files with 13 additions and 97 deletions

View File

@@ -99,7 +99,7 @@ public class Constants {
* Constants for versions of dependencies.
*/
public static final class Versions {
public static final String MIXIN_COMPILE_EXTENSIONS = "0.3.2.6";
public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.0";
public static final String DEV_LAUNCH_INJECTOR = "0.2.1+build.8";
public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0";
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";