From af74e10d6dfa32c264b07605cf08c86669f22178 Mon Sep 17 00:00:00 2001 From: ah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:14:47 -0400 Subject: [PATCH] Bump Unimixins and lwjgl3ify for Java 24 support (#24) * Bump Unimixins for Java 24 support * Bump 3ify * Bump Hodgepodge and GTNHLib --- .../com/gtnewhorizons/gtnhgradle/UpdateableConstants.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java index ff3e2ff..8228e8b 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java @@ -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";