aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-10-17 13:36:47 +0900
committermiozune <miozune@gmail.com>2023-10-17 17:39:55 +0900
commit4d7f6ffac469b434920618c4da907c62846e9fb9 (patch)
treecf474c370f0ebf3366bc5854957a4a374dfb5a13
parentd7b428da784a014b447bcbd28d79b7a6001d2d03 (diff)
downloadGT5-Unofficial-4d7f6ffac469b434920618c4da907c62846e9fb9.tar.gz
GT5-Unofficial-4d7f6ffac469b434920618c4da907c62846e9fb9.tar.bz2
GT5-Unofficial-4d7f6ffac469b434920618c4da907c62846e9fb9.zip
updateBuildScript
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 621bc62fa6..b74b980f9e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1696265388
+//version: 1696952014
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
@@ -793,7 +793,7 @@ ext.java17PatchDependenciesCfg = configurations.create("java17PatchDependencies"
}
dependencies {
- def lwjgl3ifyVersion = '1.5.0'
+ def lwjgl3ifyVersion = '1.5.1'
if (modId != 'lwjgl3ify') {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}