diff options
author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2022-07-28 07:08:22 +0100 |
---|---|---|
committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2022-07-28 07:08:22 +0100 |
commit | f29f651b1bdfcb7fc20bbf9a7c4e49ff333968e7 (patch) | |
tree | 024d0b3466c6193517b08a2e00808abfe378ff2d | |
parent | ed817a8a2fa9de675b37d57cebd3b5936319e90e (diff) | |
download | GT5-Unofficial-f29f651b1bdfcb7fc20bbf9a7c4e49ff333968e7.tar.gz GT5-Unofficial-f29f651b1bdfcb7fc20bbf9a7c4e49ff333968e7.tar.bz2 GT5-Unofficial-f29f651b1bdfcb7fc20bbf9a7c4e49ff333968e7.zip |
Dep bump
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index f7ae39ee1b..880e4e515c 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.40.80-pre:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.81: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') |