diff options
| author | Martin Robertz <dream-master@gmx.net> | 2023-01-30 22:48:36 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2023-01-30 22:48:36 +0100 |
| commit | 2abc6e1846a1fe932e358e5ee5cabba5036ed862 (patch) | |
| tree | a64646e70a5850f24240849dd92808ff726aa23e | |
| parent | eb7180091fae28e9560f23e879c673ea0a09f3d6 (diff) | |
| download | GT5-Unofficial-2abc6e1846a1fe932e358e5ee5cabba5036ed862.tar.gz GT5-Unofficial-2abc6e1846a1fe932e358e5ee5cabba5036ed862.tar.bz2 GT5-Unofficial-2abc6e1846a1fe932e358e5ee5cabba5036ed862.zip | |
bump dep
Former-commit-id: 2b8aec85516c5e4249315efcdf799ca9828182bd
| -rw-r--r-- | dependencies.gradle | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index a4f0718b63..1c6dd743f9 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,22 +3,22 @@ dependencies { compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev") compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") - compile("com.github.GTNewHorizons:TecTech:5.0.67:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") - compile("com.github.GTNewHorizons:TinkersConstruct:1.9.11-GTNH:dev") + compile("com.github.GTNewHorizons:TecTech:5.0.85:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.3.24-GTNH:dev") + compile("com.github.GTNewHorizons:TinkersConstruct:1.9.16-GTNH:dev") compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.7:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.7:dev") - compile("com.github.GTNewHorizons:Galacticraft:3.0.63-GTNH:dev") - compile("com.github.GTNewHorizons:ModularUI:1.0.38:dev") + compile("com.github.GTNewHorizons:Galacticraft:3.0.64-GTNH:dev") + compile("com.github.GTNewHorizons:ModularUI:1.0.52:dev") compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-134-GTNH:dev") { + compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-152-GTNH:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:AppleCore:3.2.4:dev") { + compileOnly("com.github.GTNewHorizons:AppleCore:3.2.8:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") { @@ -27,15 +27,15 @@ dependencies { compileOnly("com.github.GTNewHorizons:ForestryMC:4.5.6:api") { transitive = false } - compileOnly("com.github.GTNewHorizons:Railcraft:9.13.14:api") { + compileOnly("com.github.GTNewHorizons:Railcraft:9.13.16:api") { transitive = false } - compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.49:api") { + compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.54:api") { transitive = false } - compileOnly("com.github.GTNewHorizons:OpenComputers:1.8.0.2-GTNH:api") { + compileOnly("com.github.GTNewHorizons:OpenComputers:1.8.0.9-GTNH:api") { transitive = false } compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.28:dev") { |
