diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-12-22 19:29:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 19:29:26 +0100 |
commit | 6548c581c272542c52efe0fb662746c0d0c8b6c5 (patch) | |
tree | 461d6f9326c9eac53a9b9177b6e4f099a2c77d39 /dependencies.gradle | |
parent | 8ff11ef5b0a93524919b117aa0e88bad767cc1de (diff) | |
download | GT5-Unofficial-6548c581c272542c52efe0fb662746c0d0c8b6c5.tar.gz GT5-Unofficial-6548c581c272542c52efe0fb662746c0d0c8b6c5.tar.bz2 GT5-Unofficial-6548c581c272542c52efe0fb662746c0d0c8b6c5.zip |
Update dependencies.gradle
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 0fecf74251..1a4c4dbb15 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,32 +2,32 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.181:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.184:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.12:dev') - compile("com.github.GTNewHorizons:ModularUI:1.0.27:dev") - compile('com.github.GTNewHorizons:bartworks:0.5.121:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.3.16-GTNH:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.60:dev') + compile("com.github.GTNewHorizons:ModularUI:1.0.31:dev") + compile('com.github.GTNewHorizons:bartworks:0.5.131:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.3.17-GTNH:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.61:dev') compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') 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-97-GTNH:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.156-pre:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:Railcraft:9.13.9:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.19:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:EnderCore:0.2.11:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-130-GTNH:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.169:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:AppleCore:3.2.3:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.13.14:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.49:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.29:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.3.19-GTNH:dev') {transitive = false} - compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.7-GTNH:dev") {transitive = false} + compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.28:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.3.24-GTNH:dev') {transitive = false} + compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") {transitive = false} - runtime('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.106:dev') - runtime('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') - runtime('com.github.GTNewHorizons:GTplusplus:1.7.156-pre:dev') + runtime('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.116:dev') + runtime('com.github.GTNewHorizons:ForestryMC:4.5.6:dev') + runtime('com.github.GTNewHorizons:GTplusplus:1.7.169:dev') - //compileOnly('com.github.GTNewHorizons:Avaritia:1.28) + //compileOnly('com.github.GTNewHorizons:Avaritia:1.31) } |