From 2e95450cf0601c30e82126614d86b59ad02f09f0 Mon Sep 17 00:00:00 2001 From: Maya <10861407+serenibyss@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:53:02 -0600 Subject: [PATCH] update --- dependencies.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 614d5a91d..43c635246 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -25,11 +25,11 @@ dependencies { api("com.github.GTNewHorizons:waila:1.8.2:dev") api("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev") - - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:509.50.73:dev") {transitive = false } - + + compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.73:dev") {transitive = false } + compileOnly("com.github.GTNewHorizons:Botania:1.11.5-GTNH:api") {transitive = false } - compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.18:api") {transitive = false } + compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.19:api") {transitive = false } compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev") {transitive = false } compileOnly("com.github.GTNewHorizons:Chisel:2.15.3-GTNH:api") {transitive = false }