diff options
author | miozune <miozune@gmail.com> | 2023-01-03 04:13:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 20:13:00 +0100 |
commit | 17dcb964ff3435b5892ddc79999fae722abb8a87 (patch) | |
tree | 3f9e961854209d1e91de7edd3c06b0037f1f9862 /dependencies.gradle | |
parent | 2e3160bc9d080001244ddc67d3b8d30b4c85472f (diff) | |
download | GT5-Unofficial-17dcb964ff3435b5892ddc79999fae722abb8a87.tar.gz GT5-Unofficial-17dcb964ff3435b5892ddc79999fae722abb8a87.tar.bz2 GT5-Unofficial-17dcb964ff3435b5892ddc79999fae722abb8a87.zip |
Move NEI handlers to new recipemap methods (#123)
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 1a4c4dbb15..96fe5edec6 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.184:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.195:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.12:dev') compile("com.github.GTNewHorizons:ModularUI:1.0.31:dev") compile('com.github.GTNewHorizons:bartworks:0.5.131:dev') |