From abdd147222b44685abfa79a87e2f104dc699af67 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 22 Oct 2024 11:12:17 +0200 Subject: update --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index fcc6fbb8c6..c1510e06f8 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -36,13 +36,13 @@ dependencies { api("com.github.GTNewHorizons:StructureLib:1.3.4:dev") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - api("com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.6:dev") - api("com.github.GTNewHorizons:GTNHLib:0.5.16:dev") + api("com.github.GTNewHorizons:GTNHLib:0.5.17:dev") api("com.github.GTNewHorizons:ModularUI:1.2.11:dev") api("com.github.GTNewHorizons:ModularUI2:2.1.14-1.7.10:dev") api("com.github.GTNewHorizons:waila:1.8.1:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-470-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-471-GTNH:dev") api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.41-gtnh:dev") api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') api("com.github.GTNewHorizons:Postea:1.0.13:dev") -- cgit