diff options
author | bombcar <github@bombcar.com> | 2022-03-02 16:58:05 -0600 |
---|---|---|
committer | bombcar <github@bombcar.com> | 2022-03-02 16:58:05 -0600 |
commit | 4408ed89d5ed2d7e3c519dd2033b40c0372414c1 (patch) | |
tree | d275125c52f31e5abad3e494038c6f6ca4ec4af9 /dependencies.gradle | |
parent | 495432a979944730cde01bed387ee39910c2d933 (diff) | |
download | GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.tar.gz GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.tar.bz2 GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.zip |
build to maven
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 2e131b6ac5..1ace686caa 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,57 +2,57 @@ dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev") - compile("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.20:dev") - compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.39:dev") + compile("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.21:dev") + compile("com.github.GTNewHorizons:StructureLib:1.0.16:dev") compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.2.8-GTNH:dev") //compile files('NotEnoughItems-1.7.10-2.2.8-GTNH.dirty-dev.jar') compileOnly("com.github.GTNewHorizons:EnderCore:0.2.6:dev") { transitive = false } - compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-75-GTNH:dev") + compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-79-GTNH:dev") - compile("com.github.GTNewHorizons:bartworks:0.5.36:dev") + compile("com.github.GTNewHorizons:bartworks:0.5.39:dev") compile files('bartworks-1.7.10-0.5.34.dirty-dev.jar') - compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.27:dev") { + compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.28:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:AppleCore:3.1.6:dev") { + compileOnly("com.github.GTNewHorizons:AppleCore:3.1.9:dev") { transitive = false } - compile("com.github.GTNewHorizons:TecTech:4.10.18:dev") - compile("com.github.GTNewHorizons:ForestryMC:4.4.5:dev") - compileOnly("com.github.GTNewHorizons:Railcraft:9.13.5:dev") { + compile("com.github.GTNewHorizons:TecTech:5.0.6:dev") + compile("com.github.GTNewHorizons:ForestryMC:4.4.6:dev") + compileOnly("com.github.GTNewHorizons:Railcraft:9.13.6:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.28:dev") { + compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.31:dev") { transitive = false } - compile("com.github.GTNewHorizons:BuildCraft:7.1.24:dev") { + compile("com.github.GTNewHorizons:BuildCraft:7.1.27:dev") { transitive = false } //compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev") - //compile("com.github.GTNewHorizons:TecTech:4.10.15:dev") - //compile("com.github.GTNewHorizons:Galacticraft:3.0.36-GTNH:dev") + //compile("com.github.GTNewHorizons:TecTech:5.0.6:dev") + //compile("com.github.GTNewHorizons:Galacticraft:3.0.40-GTNH:dev") - compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") - compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") + compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev") + compile("com.github.GTNewHorizons:CodeChickenCore:1.1.5:dev") //compile files('Botdustries-1.7.10-1.0.1.jar') runtime("com.github.GTNewHorizons:Baubles:1.0.1.14:dev") runtime("com.github.GTNewHorizons:Yamcl:0.5.82:dev") - compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.7:dev") { + compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.9:dev") { transitive = false } -/* compileOnly("com.github.GTNewHorizons:Avaritia:1.2.3) { +/* compileOnly("com.github.GTNewHorizons:Avaritia:1.25) { setChanging(true) }*/ compile files('Thaumcraft-1.7.10-4.2.3.5.deobf.jar') |