diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-11-25 17:56:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 17:56:03 +0100 |
commit | 2865cbb73dac3d75ef113d995c893c303dc337e8 (patch) | |
tree | 8b6c39a42cfb7004e917cc4f6c0ca7e4ab1d8819 /dependencies.gradle | |
parent | 4464b25d87f922e44e011dab7572dfff715f3aa9 (diff) | |
parent | 3259a923050ddaaf55471db4eb4ba8654ce88a20 (diff) | |
download | GT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.tar.gz GT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.tar.bz2 GT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.zip |
Merge pull request #114 from GTNewHorizons/feature/modular-ui
Rewrite GUIs with ModularUI
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 5aa0a4bbd4..ed0e79560b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,8 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.91-pre:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.145:dev') + compile("com.github.GTNewHorizons:ModularUI:1.0.16:dev") {transitive=false} compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.3.7-GTNH:dev') compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev') |