diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-12-22 20:29:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 20:29:05 +0100 |
commit | e6918baa806507d236a00d6ab3fe0067bd6acda9 (patch) | |
tree | f8bb4e7aa5b131711ac1a83fc120367692469d59 | |
parent | 02c84da42b5658686cc27f036e59496bd89dd3c8 (diff) | |
download | GT5-Unofficial-e6918baa806507d236a00d6ab3fe0067bd6acda9.tar.gz GT5-Unofficial-e6918baa806507d236a00d6ab3fe0067bd6acda9.tar.bz2 GT5-Unofficial-e6918baa806507d236a00d6ab3fe0067bd6acda9.zip |
Update dependencies.gradle
-rw-r--r-- | dependencies.gradle | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index f558762d13..cc9858a7f7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,32 +1,32 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.183-pre:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.184:dev') compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") - compile("com.github.GTNewHorizons:ModularUI:1.0.16:dev") {transitive=false} - compile("com.github.GTNewHorizons:NotEnoughItems:2.3.14-GTNH:dev") + compile("com.github.GTNewHorizons:ModularUI:1.0.31:dev") {transitive=false} + compile("com.github.GTNewHorizons:NotEnoughItems:2.3.17-GTNH:dev") compile('com.github.GTNewHorizons:CodeChickenCore:1.1.6:dev') compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') - compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.111:dev') + compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.116:dev') compile('curse.maven:cofh-core-69162:2388751') compile('curse.maven:advsolar-362768:2885953') - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-107-GTNH:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-130-GTNH:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.15:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:Railcraft:9.13.12:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.47:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:EnderCore:0.2.10: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:EnderCore:0.2.11:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:SC2:2.0.1:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:Binnie:2.0.42:dev') {transitive = false} compile("com.github.GTNewHorizons:bartworks:0.5.123:dev") {transitive = false} compileOnly('curse.maven:PlayerAPI-228969:2248928') {transitive=false} - compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.28:dev') {transitive=false} compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:Chisel:2.10.15-GTNH:dev') {transitive=false} - compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.7-GTNH:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") {transitive = false} compile("com.github.GTNewHorizons:TecTech:5.0.61:dev") - runtimeOnly('com.github.GTNewHorizons:ForestryMC:4.5.3:dev') + runtimeOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev') } |