Skip to content

Commit

Permalink
Bump Unimixins and lwjgl3ify for Java 24 support (#24)
Browse files Browse the repository at this point in the history
* Bump Unimixins for Java 24 support

* Bump 3ify

* Bump Hodgepodge and GTNHLib
  • Loading branch information
ah-OOG-ah authored Oct 27, 2024
1 parent cf27cae commit af74e10
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ public class UpdateableConstants {
public static final @NotNull String NEWEST_BLOWDRYER_TAG = "0.2.2";

/** Latest version of UniMixins */
public static final String NEWEST_UNIMIXINS = "io.github.legacymoddingmc:unimixins:0.1.17";
public static final String NEWEST_UNIMIXINS = "io.github.legacymoddingmc:unimixins:0.1.18";

/** Latest version of Jabel for modern Java support */
public static final @NotNull String NEWEST_JABEL = "com.github.bsideup.jabel:jabel-javac-plugin:1.0.1";
/** Latest version of GTNHLib for modern Java support */
// https://github.com/GTNewHorizons/GTNHLib/releases
public static final @NotNull String NEWEST_GTNH_LIB = "com.github.GTNewHorizons:GTNHLib:0.3.3";
public static final @NotNull String NEWEST_GTNH_LIB = "com.github.GTNewHorizons:GTNHLib:0.5.18";
/** Latest version of GTNHLib for modern Java support */
// https://github.com/GTNewHorizons/lwjgl3ify/releases
public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:2.1.1";
public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:2.1.4";
/** Latest version of GTNHLib for modern Java support */
// https://github.com/GTNewHorizons/Hodgepodge/releases
public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.5.57";
public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.5.74";
/** Latest version of LWJGL3 for modern Java support */
// https://github.com/LWJGL/lwjgl3/releases - but check what latest Minecraft uses too
public static final @NotNull String NEWEST_LWJGL3 = "3.3.3";
Expand Down

0 comments on commit af74e10

Please sign in to comment.