diff options
author | bombcar <github@bombcar.com> | 2022-02-03 13:46:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 20:46:58 +0100 |
commit | 7b8dc258f7352dfec196330350d2ddf22d894caf (patch) | |
tree | 65a1f3bd75fb39ef2216ccf7e1246c487c1b3461 /dependencies.gradle | |
parent | 2bacd44e1f24b16ad46e5e21056e059911a6df7f (diff) | |
download | GT5-Unofficial-7b8dc258f7352dfec196330350d2ddf22d894caf.tar.gz GT5-Unofficial-7b8dc258f7352dfec196330350d2ddf22d894caf.tar.bz2 GT5-Unofficial-7b8dc258f7352dfec196330350d2ddf22d894caf.zip |
LGPL-3.0 (#83)
* updatebuild
* update license
Former-commit-id: ef47ff063e28721d0f93e0f19d3d7067664da60f
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 09f3094a33..3ac4b51b79 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,17 +1,17 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.18:dev") - compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev") - compile("com.github.GTNewHorizons:TecTech:4.10.15:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.19:dev") + compile("com.github.GTNewHorizons:StructureLib:1.0.15:dev") + compile("com.github.GTNewHorizons:TecTech:4.10.16:dev") compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.1.22-GTNH:dev") - compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.10-GTNH:dev") - compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.2.3-GTNH:dev") + compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.12-GTNH:dev") + compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.2:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") - compile("com.github.GTNewHorizons:Galacticraft:3.0.36-GTNH:dev") + compile("com.github.GTNewHorizons:Galacticraft:3.0.37-GTNH:dev") - compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.6:dev") { + compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } @@ -19,13 +19,13 @@ dependencies { transitive = false } - compileOnly("com.github.GTNewHorizons:AppleCore:3.1.6:dev") { + compileOnly("com.github.GTNewHorizons:AppleCore:3.1.7:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.4:api") { + compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.5:api") { transitive = false } compileOnly("com.github.GTNewHorizons:Railcraft:9.13.5:api") { @@ -41,4 +41,6 @@ dependencies { compileOnly("com.mod-buildcraft:buildcraft:7.1.23:dev") { transitive = false } + runtime("com.github.GTNewHorizons:Yamcl:0.5.82:dev") + runtime("com.github.GTNewHorizons:ironchest:6.0.68:dev") //needed for Galacticraft } |