From 304f480808bad070bc62dfefb31e7c6e40528960 Mon Sep 17 00:00:00 2001 From: NotAPenguin Date: Tue, 3 Sep 2024 17:36:05 +0200 Subject: [PATCH] bump hodgepodge version (#22) --- .../java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java index 9358d9d..ff3e2ff 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java @@ -29,7 +29,7 @@ public class UpdateableConstants { public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:2.1.1"; /** 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.38"; + public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.5.57"; /** 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";