diff options
| author | Martin Robertz <dream-master@gmx.net> | 2022-08-18 14:25:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 14:25:27 +0200 |
| commit | ffb0996de89ef28eb30d423b870bbde90eaf835a (patch) | |
| tree | 89ef75af0afd9564fdc6ad0745650669f0e2d161 | |
| parent | 5eccc275e27e1b4cf42088cddd480fdf00654d93 (diff) | |
| parent | ac05cea8396926bef300ac2b1cbaacebfdf23caa (diff) | |
| download | GT5-Unofficial-ffb0996de89ef28eb30d423b870bbde90eaf835a.tar.gz GT5-Unofficial-ffb0996de89ef28eb30d423b870bbde90eaf835a.tar.bz2 GT5-Unofficial-ffb0996de89ef28eb30d423b870bbde90eaf835a.zip | |
Merge branch 'master' into LSC-Wireless
| -rw-r--r-- | dependencies.gradle | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 662ceaf3ff..a27bef2a01 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,10 +1,11 @@ // Add your dependencies here dependencies { - compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.91:dev' - compile 'com.github.GTNewHorizons:TecTech:5.0.16:dev' - compile 'com.github.GTNewHorizons:bartworks:0.5.66:dev' - compile 'com.github.GTNewHorizons:StructureLib:1.1.1:dev' + + compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.100-pre:dev' + compile 'com.github.GTNewHorizons:TecTech:5.0.21-pre:dev' + compile 'com.github.GTNewHorizons:bartworks:0.5.72-pre:dev' + compile 'com.github.GTNewHorizons:StructureLib:1.1.3:dev' compile 'com.github.GTNewHorizons:ThaumicTinkerer:2.6.5:dev' compile 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev' |
