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 }