diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-12-29 14:38:35 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2023-12-29 14:38:35 +0100 |
commit | cb509f3947aefaf91d3fceb0c34fca4b05a16b92 (patch) | |
tree | 25599fca821fa879dbaa8c896a2b412b07f5fc74 | |
parent | 8c7481597d1503e39e769636631b5a44e28112f1 (diff) | |
download | GT5-Unofficial-cb509f3947aefaf91d3fceb0c34fca4b05a16b92.tar.gz GT5-Unofficial-cb509f3947aefaf91d3fceb0c34fca4b05a16b92.tar.bz2 GT5-Unofficial-cb509f3947aefaf91d3fceb0c34fca4b05a16b92.zip |
update gt
Former-commit-id: d2eb16eca028d2150fc4a0fb39751e54e63b92d6
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index c2e2249e9a..b8ff2c4a3b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.13:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.14:dev') api("com.github.GTNewHorizons:TecTech:5.3.23:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" |