diff options
author | miozune <miozune@gmail.com> | 2022-04-16 18:14:11 +0900 |
---|---|---|
committer | miozune <miozune@gmail.com> | 2022-04-16 18:14:11 +0900 |
commit | 72aff7aa9d5985aef23c8fc4c300c64553e55c40 (patch) | |
tree | 3668d0f8ede166a27db7ce09567a673a3959e4b6 /dependencies.gradle | |
parent | bfd0adad233c44469aeaf70f3ebcf43474972481 (diff) | |
download | GT5-Unofficial-72aff7aa9d5985aef23c8fc4c300c64553e55c40.tar.gz GT5-Unofficial-72aff7aa9d5985aef23c8fc4c300c64553e55c40.tar.bz2 GT5-Unofficial-72aff7aa9d5985aef23c8fc4c300c64553e55c40.zip |
LSC recipe adjustments
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 51b8c4a0ca..b0ac17baf3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.41:dev' compile 'com.github.GTNewHorizons:TecTech:5.0.6:dev' - compile 'com.github.GTNewHorizons:bartworks:0.5.39:dev' + compile 'com.github.GTNewHorizons:bartworks:0.5.43:dev' compile 'com.github.GTNewHorizons:StructureLib:1.0.16:dev' compile 'com.github.GTNewHorizons:ThaumicTinkerer:2.6.4:dev' |