diff options
| author | Martin Robertz <dream-master@gmx.net> | 2024-04-28 12:01:41 +0200 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2024-04-28 12:01:41 +0200 |
| commit | da8f8e71f28084b0d8ac8d27289e261f668f1403 (patch) | |
| tree | 9da13b98d85850601f2322c2024f6d38bd403d9c | |
| parent | e19432a03a3015dc3088e6710c88c88d165581dd (diff) | |
| download | GT5-Unofficial-da8f8e71f28084b0d8ac8d27289e261f668f1403.tar.gz GT5-Unofficial-da8f8e71f28084b0d8ac8d27289e261f668f1403.tar.bz2 GT5-Unofficial-da8f8e71f28084b0d8ac8d27289e261f668f1403.zip | |
update
| -rw-r--r-- | dependencies.gradle | 4 | ||||
| -rw-r--r-- | settings.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 215816501b..631e5a793a 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.155:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.163:dev') api('com.github.GTNewHorizons:bartworks:0.9.21:dev') implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') - implementation('com.github.GTNewHorizons:GTplusplus:1.11.57:dev') + implementation('com.github.GTNewHorizons:GTplusplus:1.11.58:dev') compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.5-GTNH:dev') {transitive = false} diff --git a/settings.gradle b/settings.gradle index 378da58941..94c2daf35c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.21' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.22' } |
