diff options
author | miozune <miozune@gmail.com> | 2022-04-24 18:24:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 11:24:44 +0200 |
commit | 91be949dcfcb8e551eedf25ffad7cd6fe535c920 (patch) | |
tree | e6514d4ef6f08b8ac9fbefd81090982abb7b2c76 /dependencies.gradle | |
parent | f0085fb59fbae807c0e241534e05822e150199cf (diff) | |
download | GT5-Unofficial-91be949dcfcb8e551eedf25ffad7cd6fe535c920.tar.gz GT5-Unofficial-91be949dcfcb8e551eedf25ffad7cd6fe535c920.tar.bz2 GT5-Unofficial-91be949dcfcb8e551eedf25ffad7cd6fe535c920.zip |
Add NEI catalysts (#120)
Former-commit-id: 697cd3b647c9ce88acba144773196dfd301f7237
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 8b725db7c8..34df9bf9d4 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,7 +4,7 @@ dependencies { compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.42:dev") compile("com.github.GTNewHorizons:StructureLib:1.0.15:dev") compile("com.github.GTNewHorizons:TecTech:4.10.18:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.2.12-GTNH:dev") compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.13-GTNH:dev") compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") |