From b89923ba922b285e264306209b74380e82307bbf Mon Sep 17 00:00:00 2001 From: SWinxy Date: Sun, 17 Nov 2024 14:18:27 -0500 Subject: [PATCH] Update lwjgl3-awt version in config.ts LWJGLX/lwjgl3-awt has had a few versions since 0.1.8. 0.2.2 was released today. --- client/routes/customize/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/routes/customize/config.ts b/client/routes/customize/config.ts index 2db567b7..40eed08d 100644 --- a/client/routes/customize/config.ts +++ b/client/routes/customize/config.ts @@ -261,7 +261,7 @@ function getInitialConfig(): BuildStore { maven: { groupId: 'org.lwjglx', artifactId: 'lwjgl3-awt', - version: '0.1.8', + version: '0.2.2', }, }, [Addon.Steamworks4J]: {