diff options
| author | Martin Robertz <dream-master@gmx.net> | 2022-08-19 14:02:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-19 14:02:36 +0200 |
| commit | 2600f8f33cc3235628224b3a498e425cca33dcb7 (patch) | |
| tree | d7180efdebded357be5e6eb75123b5fb7421895b | |
| parent | 702368e0cb3f2bb85c4ec75ba8fd9fb85e2c7e83 (diff) | |
| download | GT5-Unofficial-2600f8f33cc3235628224b3a498e425cca33dcb7.tar.gz GT5-Unofficial-2600f8f33cc3235628224b3a498e425cca33dcb7.tar.bz2 GT5-Unofficial-2600f8f33cc3235628224b3a498e425cca33dcb7.zip | |
Update dependencies.gradle
| -rw-r--r-- | dependencies.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index b407078862..b2bddbc453 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.100-pre:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.00:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') compile('com.github.GTNewHorizons:bartworks:0.5.72-pre:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.20-GTNH:dev') @@ -12,8 +12,8 @@ dependencies { compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') compileOnly('com.github.GTNewHorizons:EnderCore:0.2.6:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-75-GTNH:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.64-pre:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-94-GTNH:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.71:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.6:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:Railcraft:9.13.6:dev') {transitive = false} @@ -22,7 +22,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.3.16-GTNH:dev') {transitive = false} - runtime('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.44:dev') + runtime('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.48:dev') runtime('com.github.GTNewHorizons:ForestryMC:4.4.6:dev') //compileOnly('com.github.GTNewHorizons:Avaritia:1.28) |
