diff options
author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2022-09-22 04:30:38 +0100 |
---|---|---|
committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2022-09-22 04:30:38 +0100 |
commit | 1ca1efc4a320c7bda7e62f4e9157ecd2827c6615 (patch) | |
tree | e0d08247859a4279ad724631cc87a14efcde298b | |
parent | 70f525dfa357d69b807480f8a6607fb90dc9555d (diff) | |
download | GT5-Unofficial-1ca1efc4a320c7bda7e62f4e9157ecd2827c6615.tar.gz GT5-Unofficial-1ca1efc4a320c7bda7e62f4e9157ecd2827c6615.tar.bz2 GT5-Unofficial-1ca1efc4a320c7bda7e62f4e9157ecd2827c6615.zip |
Bump dep
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index ca50d79a7c..dd5c5e1e5a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.16:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.48:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.82:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.15-GTNH:dev') compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev') |