From c10f74486b112d3a1398e3a121b794f84b7f70eb Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 31 Dec 2024 14:36:18 +0100 Subject: [PATCH] update --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 11c242a7bd..8acaac39fe 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { api('com.github.GTNewHorizons:EnderCore:0.4.6:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.0:dev') + compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.1:dev') compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev') api("com.github.GTNewHorizons:GTNHLib:0.6.0:dev") compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') @@ -10,9 +10,9 @@ dependencies { shadowImplementation('cglib:cglib-nodep:3.3.0') compileOnly('com.github.GTNewHorizons:waila:1.8.2:api') {transitive = false} - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-511-GTNH:api') {transitive = false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-516-GTNH:api') {transitive = false} compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.36:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.40:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:Railcraft:9.16.0:api') {transitive = false} compileOnly('com.github.GTNewHorizons:StorageDrawers:2.0.5-GTNH:api') {transitive = false} compileOnly('com.github.GTNewHorizons:Chisel:2.16.0-GTNH:dev') {transitive = false}