Update MCE to 0.4.3
parent
432e88f354
commit
258578f142
|
@ -89,7 +89,7 @@ public class Constants {
|
||||||
* Constants for versions of dependencies.
|
* Constants for versions of dependencies.
|
||||||
*/
|
*/
|
||||||
public static final class Versions {
|
public static final class Versions {
|
||||||
public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.1";
|
public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.3";
|
||||||
public static final String DEV_LAUNCH_INJECTOR = "0.2.1+build.8";
|
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 TERMINAL_CONSOLE_APPENDER = "1.2.0";
|
||||||
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";
|
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";
|
||||||
|
|
Loading…
Reference in New Issue