diff options
-rw-r--r-- | dependencies.gradle | 6 | ||||
-rw-r--r-- | settings.gradle | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 458a336aae..4b4f3cf558 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -38,12 +38,12 @@ dependencies { api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") api("com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.6:dev") - api("com.github.GTNewHorizons:GTNHLib:0.5.17:dev") + api("com.github.GTNewHorizons:GTNHLib:0.5.18:dev") api("com.github.GTNewHorizons:ModularUI:1.2.12:dev") api("com.github.GTNewHorizons:ModularUI2:2.1.14-1.7.10:dev") api("com.github.GTNewHorizons:waila:1.8.1:dev") api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-471-GTNH:dev") - api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.43-gtnh:dev") + api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.45-gtnh:dev") api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') api("com.github.GTNewHorizons:Postea:1.0.13:dev") @@ -58,7 +58,7 @@ dependencies { compileOnlyApi("com.github.GTNewHorizons:Avaritia:1.54:dev") - compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta11:api') { transitive = false } + compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta13:api') { transitive = false } compileOnlyApi("com.github.GTNewHorizons:AppleCore:3.3.3:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.39:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.8.20:dev") { transitive = false } diff --git a/settings.gradle b/settings.gradle index 3d3ba12c7c..14cb8b7df8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.28' } |