diff options
author | ah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com> | 2024-06-14 10:47:20 -0400 |
---|---|---|
committer | ah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com> | 2024-06-14 10:47:20 -0400 |
commit | f8cbc6f7f131f263c110f55f4a51241447efffc3 (patch) | |
tree | 28fa94cbd309f6192205e05dd5a4db555a3ff0a2 | |
parent | 1c86993da2603861199a154b76527fc4a95deea3 (diff) | |
download | GT5-Unofficial-f8cbc6f7f131f263c110f55f4a51241447efffc3.tar.gz GT5-Unofficial-f8cbc6f7f131f263c110f55f4a51241447efffc3.tar.bz2 GT5-Unofficial-f8cbc6f7f131f263c110f55f4a51241447efffc3.zip |
bump again
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 18dd91e3c4..94752e9aa7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.27:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.33:dev') compileOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:2.5.8:dev') { transitive = false } compileOnly('com.github.GTNewHorizons:VisualProspecting:1.2.11:dev') { transitive = false } |