diff options
author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-02-12 17:34:04 +0000 |
---|---|---|
committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-02-12 17:34:04 +0000 |
commit | 80b4cc89ac07daca64cb8b9cc8d0227ac8dcb60c (patch) | |
tree | 4761f4a64e07ad9722c48aab4190b82b5c780ab9 | |
parent | 378182e6a48a3e6826727a4c5b5b09adf2c8e0c0 (diff) | |
download | GT5-Unofficial-80b4cc89ac07daca64cb8b9cc8d0227ac8dcb60c.tar.gz GT5-Unofficial-80b4cc89ac07daca64cb8b9cc8d0227ac8dcb60c.tar.bz2 GT5-Unofficial-80b4cc89ac07daca64cb8b9cc8d0227ac8dcb60c.zip |
Bump dep
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index fe620f19c1..6c6290652d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.268:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.275:dev") compile('com.github.GTNewHorizons:ModularUI:1.0.56:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.3.24-GTNH:dev') @@ -19,7 +19,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:OpenModularTurrets:2.2.11-247:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.8.0.9-GTNH:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.203:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-152-GTNH:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-156-GTNH:dev') {transitive=false} compileOnly('curse.maven:cofh-lib-220333:2388748') {transitive=false} compileOnly('curse.maven:computercraft-67504:2269339') {transitive=false} |