diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2022-09-19 05:15:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 23:15:57 +0200 |
commit | 550bd0522d90151031c128f89c64c3dc3b07e61f (patch) | |
tree | 125e83458e30c43f7ed994704f1759e96a1cc675 /dependencies.gradle | |
parent | 64e58b735214cf308866a3884fc6aeb1cbe8a466 (diff) | |
download | GT5-Unofficial-550bd0522d90151031c128f89c64c3dc3b07e61f.tar.gz GT5-Unofficial-550bd0522d90151031c128f89c64c3dc3b07e61f.tar.bz2 GT5-Unofficial-550bd0522d90151031c128f89c64c3dc3b07e61f.zip |
migrate to new survival autoplace api (#353)
* migrate to new survival autoplace api
* Spotless apply for branch feature/autoplace-rotate-hatches for #353 (#354)
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 afad77d953..bb4b74ab2f 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,5 +1,5 @@ dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.27:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.44:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.9:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.34-GTNH:dev') compile('com.github.GTNewHorizons:CodeChickenCore:1.1.6:dev') |