diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-12-18 13:07:13 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2023-12-18 13:07:13 +0100 |
commit | d00e5626c4f4ca5b3d8a3a0b56c36f4fda70096b (patch) | |
tree | ec844e7d70185fc8be94e1e6c727411ae5347b9b /dependencies.gradle | |
parent | f1204f8dccdf372a2f1f2a0bc37bc00a56624931 (diff) | |
download | GT5-Unofficial-d00e5626c4f4ca5b3d8a3a0b56c36f4fda70096b.tar.gz GT5-Unofficial-d00e5626c4f4ca5b3d8a3a0b56c36f4fda70096b.tar.bz2 GT5-Unofficial-d00e5626c4f4ca5b3d8a3a0b56c36f4fda70096b.zip |
update deps
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 0abc15a235..f6e00227f8 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev') - implementation('com.github.GTNewHorizons:GTplusplus:1.10.39:dev') - implementation('com.github.GTNewHorizons:GoodGenerator:0.7.11:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.00:dev') + implementation('com.github.GTNewHorizons:GTplusplus:1.11.0:dev') + implementation('com.github.GTNewHorizons:GoodGenerator:0.8.0:dev') } |