diff options
| author | Martin Robertz <dream-master@gmx.net> | 2024-02-10 09:28:11 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2024-02-10 09:28:11 +0100 |
| commit | 46655a0ac96af4c7625c9376815d23b1ad3fa671 (patch) | |
| tree | 2e6ce181e20e470b2874a6f9a187486e1b0b9839 | |
| parent | 2fa9033c7bdc695284eac0c7756313d8182713e6 (diff) | |
| download | GT5-Unofficial-46655a0ac96af4c7625c9376815d23b1ad3fa671.tar.gz GT5-Unofficial-46655a0ac96af4c7625c9376815d23b1ad3fa671.tar.bz2 GT5-Unofficial-46655a0ac96af4c7625c9376815d23b1ad3fa671.zip | |
update
| -rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 061fb8544a..4b48f6c7da 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,10 +1,10 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.60:dev') - api('com.github.GTNewHorizons:bartworks:0.9.7:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.62:dev') + api('com.github.GTNewHorizons:bartworks:0.9.8:dev') implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') - implementation('com.github.GTNewHorizons:GTplusplus:1.11.19:dev') + implementation('com.github.GTNewHorizons:GTplusplus:1.11.22:dev') compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.2-GTNH:dev') {transitive = false} |
