diff options
author | miozune <miozune@gmail.com> | 2023-09-13 17:40:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 10:40:13 +0200 |
commit | c530b6cdcb45f23dbb1e9cde332033921b79b618 (patch) | |
tree | a0ff176e3aa7a9012a5b2bd1b7460651cecac8a8 /dependencies.gradle | |
parent | df4c1e1cbee0c1dd201e86e0a0fd4f9c300ed731 (diff) | |
download | GT5-Unofficial-c530b6cdcb45f23dbb1e9cde332033921b79b618.tar.gz GT5-Unofficial-c530b6cdcb45f23dbb1e9cde332033921b79b618.tar.bz2 GT5-Unofficial-c530b6cdcb45f23dbb1e9cde332033921b79b618.zip |
Add info on Bacterial Vat NEI fluid output (#358)
* Add info on Bacterial Vat NEI fluid output
* Update en_US.lang
---------
Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>
Former-commit-id: 3d8a85d5730786c86e5310df6fce786b5d6f9c4f
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index e540750a95..d4963b05df 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.08:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.09:dev') api("com.github.GTNewHorizons:TecTech:5.3.1:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" |