diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 21959d038c..edcb2f1873 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,17 +1,17 @@ // Add your dependencies here dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.01:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.148:dev') compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.49:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') - compile('com.github.GTNewHorizons:GTplusplus:1.7.71:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.7.144:dev') compile('com.github.GTNewHorizons:GoodGenerator:0.4.18:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.52:dev') compile('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-96-GTNH:dev') - compile('com.github.GTNewHorizons:bartworks:0.5.80:dev') + compile('com.github.GTNewHorizons:bartworks:0.5.119:dev') compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.2.22:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.3.15-GTNH:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') |