diff options
author | Maxim <maxim235@gmx.de> | 2022-09-24 21:52:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 20:52:42 +0100 |
commit | 331423b79152f11ff4e68f629f05b434cdb649ef (patch) | |
tree | 533f1d8f6b620db59c8788f248cfa6df1a5922b0 | |
parent | 23b6da48761ab92aacc909d550caa4fa5a8c7e7f (diff) | |
download | GT5-Unofficial-331423b79152f11ff4e68f629f05b434cdb649ef.tar.gz GT5-Unofficial-331423b79152f11ff4e68f629f05b434cdb649ef.tar.bz2 GT5-Unofficial-331423b79152f11ff4e68f629f05b434cdb649ef.zip |
Updated dependencies to prevent dupes bugs with stocking input bus (#86)
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index a110fdf1e8..d607181f30 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,11 +2,11 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.34:dev') - compile('com.github.GTNewHorizons:StructureLib:1.1.4:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.44:dev') + compile('com.github.GTNewHorizons:StructureLib:1.1.7:dev') compile('com.github.GTNewHorizons:bartworks:0.5.75:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.28-GTNH:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.26:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.37:dev') compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') |