From ef0f34bc28d7848f1d0743a1d404422c386bda36 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 10 Mar 2024 20:38:25 +0100 Subject: [PATCH] update --- dependencies.gradle | 8 ++++---- settings.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 08a35247c0e..11ce370b7d9 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,13 +1,13 @@ // Add your dependencies here dependencies { - compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha31:api') + compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha34:api') api("com.github.GTNewHorizons:Mantle:0.4.1:dev") - api("com.github.GTNewHorizons:ForgeMultipart:1.4.7:dev") - implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev") + api("com.github.GTNewHorizons:ForgeMultipart:1.4.8:dev") + implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev") compileOnlyApi("curse.maven:cofh-core-69162:2388751") compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.6.2:api") - compileOnly("com.github.GTNewHorizons:waila:1.7.0:api") + compileOnly("com.github.GTNewHorizons:waila:1.7.1:api") compileOnly("com.github.GTNewHorizons:Battlegear2:1.3.5:api") { } compileOnly("curse.maven:minefactory-reloaded-66672:2366150") diff --git a/settings.gradle b/settings.gradle index 37468c7ad18..b11efb014fe 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.15' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.16' }