diff options
author | Jason Mitchell <mitchej@gmail.com> | 2023-04-22 14:25:53 -0700 |
---|---|---|
committer | Jason Mitchell <mitchej@gmail.com> | 2023-04-22 14:25:53 -0700 |
commit | e6c62a254f17b9ad0df4d5461ae91587bd2b26d9 (patch) | |
tree | fd48c4109e13a9f7afcb9ea9927def293701b404 | |
parent | facf1d8d16540e0c5c9ed0eb23a1742448d006cb (diff) | |
download | GT5-Unofficial-e6c62a254f17b9ad0df4d5461ae91587bd2b26d9.tar.gz GT5-Unofficial-e6c62a254f17b9ad0df4d5461ae91587bd2b26d9.tar.bz2 GT5-Unofficial-e6c62a254f17b9ad0df4d5461ae91587bd2b26d9.zip |
Update deps
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 45733e0f72..8e9a85f350 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - api("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.65-pre:dev") + api("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.71:dev") api('com.github.GTNewHorizons:Yamcl:0.5.86:dev') api('com.github.GTNewHorizons:ModularUI:1.1.2:dev') implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.29:dev') |