diff options
| author | Martin Robertz <dream-master@gmx.net> | 2022-08-17 08:19:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-17 08:19:18 +0200 |
| commit | 2e17fa06095bdc9be434cac5c94900cf659e9e55 (patch) | |
| tree | cbcf4e9496dd5c771fb11a675e2840f2a26db659 | |
| parent | eb4a21cdb79231042d7eda340e6441bcbb59b6f6 (diff) | |
| download | GT5-Unofficial-2e17fa06095bdc9be434cac5c94900cf659e9e55.tar.gz GT5-Unofficial-2e17fa06095bdc9be434cac5c94900cf659e9e55.tar.bz2 GT5-Unofficial-2e17fa06095bdc9be434cac5c94900cf659e9e55.zip | |
Update dependencies.gradle
| -rw-r--r-- | dependencies.gradle | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index fe0e3f38ee..7e82bcf046 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,16 +2,16 @@ dependencies { compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.98-pre:dev') - compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.21:dev') - compile('com.github.GTNewHorizons:StructureLib:1.0.16:dev') - compile('com.github.GTNewHorizons:GTplusplus:1.7.30:dev') - compile('com.github.GTNewHorizons:GoodGenerator:0.4.1:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.6:dev') + compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.44:dev') + compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.7.64-pre:dev') + compile('com.github.GTNewHorizons:GoodGenerator:0.4.14:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.17-pre:dev') compile('com.github.GTNewHorizons:ForestryMC:4.4.6:dev') - compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-79-GTNH:dev') - compile('com.github.GTNewHorizons:bartworks:0.5.42:dev') + compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-94-GTNH:dev') + compile('com.github.GTNewHorizons:bartworks:0.5.69-pre:dev') compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.2.8-GTNH:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.2.20-GTNH:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') |
