diff options
author | YannickMG <yannickmg@gmail.com> | 2022-02-05 08:12:11 -0500 |
---|---|---|
committer | Jason Mitchell <mitchej+github@gmail.com> | 2022-02-07 19:14:04 -0800 |
commit | 2ce218e5a521fd8f70150502b4525dba24f27853 (patch) | |
tree | c45e997c689a9b57a629c7b980c36e312c20487c /dependencies.gradle | |
parent | 97c2a0b13dd92eea644c3e471716786bbfd618f1 (diff) | |
download | GT5-Unofficial-2ce218e5a521fd8f70150502b4525dba24f27853.tar.gz GT5-Unofficial-2ce218e5a521fd8f70150502b4525dba24f27853.tar.bz2 GT5-Unofficial-2ce218e5a521fd8f70150502b4525dba24f27853.zip |
Bumped GT5U and NEI dependencies
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 298fd97adf..9b70c1bf1a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,9 +1,9 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.19:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev") compile("com.github.GTNewHorizons:StructureLib:1.0.15:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.2.3-GTNH:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") |