From 8d40e75bc8809a0668a318b6b3057aed7ebf95ea Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 10 Jan 2025 15:42:40 +0100 Subject: [PATCH] update --- dependencies.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index a0fb31f..4e8fb32 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,16 +3,16 @@ dependencies { api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') api('com.github.GTNewHorizons:Baubles:1.0.4:dev') - api('com.github.GTNewHorizons:Thaumic_Exploration:1.3.7-GTNH:dev'){ + api('com.github.GTNewHorizons:Thaumic_Exploration:1.4.0-GTNH:dev'){ exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots' } - api('com.github.GTNewHorizons:Electro-Magic-Tools:1.6.1:dev'){ + api('com.github.GTNewHorizons:Electro-Magic-Tools:1.6.2:dev'){ exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots' } - api('com.github.GTNewHorizons:Tainted-Magic:7.6.13-GTNH'){ + api('com.github.GTNewHorizons:Tainted-Magic:7.6.14-GTNH'){ exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots' } - api('com.github.GTNewHorizons:GTNHLib:0.6.0') + api('com.github.GTNewHorizons:GTNHLib:0.6.1') runtimeOnly('com.github.GTNewHorizons:TCNEIAdditions:1.4.2:dev') }