diff --git a/dependencies.gradle b/dependencies.gradle index d082fbd89..bdb0419fb 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,32 +2,32 @@ dependencies { - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev") { + compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.242:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:Botania:1.9.5-GTNH:api") { + compileOnly("com.github.GTNewHorizons:Botania:1.9.14-GTNH:api") { transitive = false } - compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.4:api") { + compileOnly("com.github.GTNewHorizons:ForestryMC:4.5.6:api") { transitive = false } - compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev") { + compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.3.1:dev") { transitive = false } compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.7:dev") - compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") { + compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.21-GTNH:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:Chisel:2.10.6-GTNH:api") { + compileOnly("com.github.GTNewHorizons:Chisel:2.10.16-GTNH:api") { transitive = false } compileOnly("com.github.GTNewHorizons:ZenScript:1.0.0-GTNH") { transitive = false } - compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.6:dev") { + compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev") { transitive = false }