diff options
| author | Fiyorin ᵘʷᵘ <61357+Fiyorin@users.noreply.github.com> | 2023-05-17 07:10:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 07:10:43 +0200 |
| commit | 0b72dbb844cd1bfedbb230980c47f94821aa69a2 (patch) | |
| tree | cc972b6480611f34ff3f19d61dafe23533049043 | |
| parent | 093985107e8db7ed5640e9cd12728e20ea84fa29 (diff) | |
| download | GT5-Unofficial-0b72dbb844cd1bfedbb230980c47f94821aa69a2.tar.gz GT5-Unofficial-0b72dbb844cd1bfedbb230980c47f94821aa69a2.tar.bz2 GT5-Unofficial-0b72dbb844cd1bfedbb230980c47f94821aa69a2.zip | |
bump the deps version of ae2 and buildcraft (#2001)
* PA doesn't take a muffler -> fix blockrenderer and hologram projector
* bump ae2 version
* bump ae2 and buildcraft version
---------
Co-authored-by: Fiyorin <david@bitmail.cc>
| -rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index b54c920b57..bb015a5b93 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -40,11 +40,11 @@ dependencies { api("com.github.GTNewHorizons:GTNHLib:0.0.13:dev") api("com.github.GTNewHorizons:ModularUI:1.1.7:dev") api("com.github.GTNewHorizons:waila:1.5.24:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-197-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-213-GTNH:dev") implementation("com.github.GTNewHorizons:Eternal-Singularity:1.1.0:dev") compileOnlyApi("com.github.GTNewHorizons:AppleCore:3.2.10:dev") { transitive = false } - compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.28:dev") { transitive = false } + compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.33:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.4.10:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.6.3:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") { transitive = false } |
