diff options
author | YannickMG <yannickmg@gmail.com> | 2022-01-22 00:03:51 -0500 |
---|---|---|
committer | Jason Mitchell <mitchej+github@gmail.com> | 2022-01-21 21:18:04 -0800 |
commit | d53a56a239c88c51c7438125fcba5a6d850a95e6 (patch) | |
tree | cde09d095c9dcbb26d212d8ea3a8bebffacedf36 /dependencies.gradle | |
parent | 9f4ea5d9d65607cc1563ea493b5a989862c4aefe (diff) | |
download | GT5-Unofficial-d53a56a239c88c51c7438125fcba5a6d850a95e6.tar.gz GT5-Unofficial-d53a56a239c88c51c7438125fcba5a6d850a95e6.tar.bz2 GT5-Unofficial-d53a56a239c88c51c7438125fcba5a6d850a95e6.zip |
Updated build script and pinned dependencies
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 4b23dbe5b0..43a0798ac8 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.20:dev") compile("com.opencsv:opencsv:4.0") } |