diff --git a/dependencies.gradle b/dependencies.gradle index a8f4b853..cb144d95 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -12,16 +12,16 @@ configurations { } dependencies { - api("com.github.GTNewHorizons:GTNHLib:0.4.2:dev") + api("com.github.GTNewHorizons:GTNHLib:0.4.3:dev") compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.2") { transitive = false } - transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.6.22-GTNH:dev") // force a more up-to-date NEI version - transformedModCompileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-426-GTNH") + transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.6.26-GTNH:dev") // force a more up-to-date NEI version + transformedModCompileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-430-GTNH") transformedModCompileOnly("com.github.GTNewHorizons:Baubles:1.0.4:dev") // Transitive updates to make runClient17 work transformedModCompileOnly("com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev") - transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.48.148:dev") + transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.05:dev") transformedModCompileOnly("com.github.GTNewHorizons:harvestcraft:1.2.1-GTNH:dev") transformedModCompileOnly("com.github.GTNewHorizons:HungerOverhaul:1.1.0-GTNH:dev") transformedModCompileOnly("com.github.GTNewHorizons:MrTJPCore:1.2.1:dev") // Do not update, fixed afterwards