diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-08-17 07:56:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 07:56:49 +0200 |
commit | 9cef7574a8b8b374cc9614cc8d5b57fa9a49fbe0 (patch) | |
tree | 467156dc8094bb602101971665a33e3274253fbf | |
parent | 0f36724b6960562d72bf019d582a313ed532e27d (diff) | |
download | GT5-Unofficial-9cef7574a8b8b374cc9614cc8d5b57fa9a49fbe0.tar.gz GT5-Unofficial-9cef7574a8b8b374cc9614cc8d5b57fa9a49fbe0.tar.bz2 GT5-Unofficial-9cef7574a8b8b374cc9614cc8d5b57fa9a49fbe0.zip |
Update dependencies.gradle
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 2ec71212ef..93a31ca17e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.88:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.98-pre:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.82:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.15-GTNH:dev') compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev') |