diff options
author | BlueWeabo <ilia.iliev2005@gmail.com> | 2023-07-24 15:03:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 14:03:26 +0200 |
commit | ca956e71da6643144453c8ca1d66a426e02b738b (patch) | |
tree | c742d9461574b48d1436e7c38e33ac57a793255d /dependencies.gradle | |
parent | 95af46c2732c91cb9afde4ccfd09145a60bef8d0 (diff) | |
download | GT5-Unofficial-ca956e71da6643144453c8ca1d66a426e02b738b.tar.gz GT5-Unofficial-ca956e71da6643144453c8ca1d66a426e02b738b.tar.bz2 GT5-Unofficial-ca956e71da6643144453c8ca1d66a426e02b738b.zip |
Fix MEBF calculating twice and not using its parallel for eut use. MOC for wrong discount (#344)
* fix
* update deps and address review
* Fix compile error
---------
Co-authored-by: miozune <miozune@gmail.com>
Former-commit-id: f8c3a5e34ee854778ce7a80d3a11a636d45bc477
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 32565b3831..98a9383e1b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,13 +1,13 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.127:dev') - api("com.github.GTNewHorizons:TecTech:5.2.34:dev") + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.142:dev') + api("com.github.GTNewHorizons:TecTech:5.2.35:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } api("com.github.GTNewHorizons:Avaritia:1.45:dev") - implementation("com.github.GTNewHorizons:TinkersConstruct:1.9.38-GTNH:dev") + implementation("com.github.GTNewHorizons:TinkersConstruct:1.9.39-GTNH:dev") compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.24:deobf") {transitive = false} compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.12-GTNH:api") {transitive = false} |