From 7ae478a17ec3d2e7e9a26413d02c2e661e8b1b67 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 16 Oct 2023 19:39:18 +0200 Subject: [PATCH] updated deps --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index fcf1acfca..c2a8ba55a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -12,8 +12,8 @@ dependencies { compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.34:dev') { transitive = false } compileOnly('com.github.GTNewHorizons:ForestryMC:4.6.14:dev') - compileOnly('com.github.GTNewHorizons:EnderIO:2.5.2:dev') - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.36:dev') { + compileOnly('com.github.GTNewHorizons:EnderIO:2.5.3:dev') + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.50-pre:dev') { exclude group: 'com.github.GTNewHorizons', module: 'AE2FluidCraft-Rework' } compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')