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') }