diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-10-06 14:07:29 +0200 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-10-06 14:07:29 +0200 |
commit | c22667bbd0980f9733bc406e7ccd11eb3b8e2dbb (patch) | |
tree | cccd692aa32662848e8af5576f06a2ff3c8f9c70 | |
parent | 0ea8f50453794f60e416610a54c8576c7fd65aea (diff) | |
download | GT5-Unofficial-c22667bbd0980f9733bc406e7ccd11eb3b8e2dbb.tar.gz GT5-Unofficial-c22667bbd0980f9733bc406e7ccd11eb3b8e2dbb.tar.bz2 GT5-Unofficial-c22667bbd0980f9733bc406e7ccd11eb3b8e2dbb.zip |
update
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 8181dc927f..f5db50f9cb 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -36,14 +36,14 @@ 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.41-GTNH:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.6:dev") api("com.github.GTNewHorizons:GTNHLib:0.5.13:dev") api("com.github.GTNewHorizons:ModularUI:1.2.9: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-465-GTNH:dev") - api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.37-gtnh:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-466-GTNH:dev") + api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.39-gtnh:dev") api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') api("com.github.GTNewHorizons:Postea:1.0.13:dev") |