diff options
author | Jason Mitchell <mitchej@gmail.com> | 2023-01-30 10:37:15 -0800 |
---|---|---|
committer | Jason Mitchell <mitchej@gmail.com> | 2023-01-30 10:37:15 -0800 |
commit | 22f6d159f03be976170add434a10634ef7b0fc52 (patch) | |
tree | a06d3d1c7d60fa03e644fbfd5e6db0d3578672cb /dependencies.gradle | |
parent | ffb601bc958f75913e7dce1425b427d962397fbb (diff) | |
download | GT5-Unofficial-22f6d159f03be976170add434a10634ef7b0fc52.tar.gz GT5-Unofficial-22f6d159f03be976170add434a10634ef7b0fc52.tar.bz2 GT5-Unofficial-22f6d159f03be976170add434a10634ef7b0fc52.zip |
[ci skip] spotlessApply with the new settings
Former-commit-id: 40aec322188926e1bc5d4d7742af9730dcf4a7b7
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 6438489b5a..a4f0718b63 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.232:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev") compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") compile("com.github.GTNewHorizons:TecTech:5.0.67:dev") compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") |