From e42c6a2c96de38bbe66ea27c9f596e2790d350b7 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 3 May 2024 22:25:12 +0200 Subject: [PATCH] update --- dependencies.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 6463660b9..6bb1e1962 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,7 +35,7 @@ */ dependencies { api('com.github.GTNewHorizons:NotEnoughItems:2.5.27-GTNH:dev') - api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-352-GTNH:dev') + api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-357-GTNH:dev') api('curse.maven:cofh-core-69162:2388751') api('com.github.GTNewHorizons:waila:1.7.3:dev') @@ -46,7 +46,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.34:dev') { transitive = false } compileOnly('com.github.GTNewHorizons:ForestryMC:4.8.9:dev') compileOnly('com.github.GTNewHorizons:EnderIO:2.7.4:dev') - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.46.00:dev') { + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.165:dev') { exclude group: 'com.github.GTNewHorizons', module: 'AE2FluidCraft-Rework' } compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') diff --git a/settings.gradle b/settings.gradle index 378da5894..94c2daf35 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' }