diff options
-rw-r--r-- | dependencies.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 08696a07b5..1c8bf8d86e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -37,10 +37,10 @@ dependencies { api("com.github.GTNewHorizons:StructureLib:1.3.0:dev") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") api("com.github.GTNewHorizons:NotEnoughItems:2.5.25-GTNH:dev") - api("com.github.GTNewHorizons:GTNHLib:0.2.10:dev") + api("com.github.GTNewHorizons:GTNHLib:0.2.11:dev") api("com.github.GTNewHorizons:ModularUI:1.1.42:dev") api("com.github.GTNewHorizons:waila:1.7.2:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-347-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-348-GTNH:dev") api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.27-gtnh:dev") implementation("com.github.GTNewHorizons:Avaritia:1.49:dev") |