diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 7938568d74..ceeddf5d6c 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,17 +35,17 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.83:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.96:dev') api("com.github.GTNewHorizons:EnderCore:0.2.18:dev") - api("com.github.GTNewHorizons:EnderIO:2.5.4:dev") + api("com.github.GTNewHorizons:EnderIO:2.5.6:dev") api("com.github.GTNewHorizons:ForestryMC:4.7.0:dev") - api("com.github.GTNewHorizons:ModularUI:1.1.22:dev") - api("com.github.GTNewHorizons:Mobs-Info:0.1.10-GTNH:dev") + api("com.github.GTNewHorizons:ModularUI:1.1.24:dev") + api("com.github.GTNewHorizons:Mobs-Info:0.1.12-GTNH:dev") devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.7.9-GTNH:dev") //compileOnly("curse.maven:extrautilities-225561:2264384") { // transitive = false //} - compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.30:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.37:dev") { transitive = false } @@ -61,19 +61,19 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.8.12:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.8.19:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.38:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.43:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.2-GTNH:dev") + compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.3-GTNH:dev") { transitive = false } - runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.1.16:dev") + runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.3:dev") runtimeOnly("curse.maven:cofh-core-69162:2388751") /* { @@ -83,12 +83,12 @@ dependencies { */ // For testing - //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.2-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.10.30:dev") - //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.38:dev") - //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.7.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:bartworks:0.8.12:dev") + //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.3-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.10.37:dev") + //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.3-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.43:dev") + //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.8.1-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.8.19:dev") //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.13:dev") //api("com.github.GTNewHorizons:SpecialMobs:3.4.3:dev") //api("com.github.GTNewHorizons:twilightforest:2.5.1:dev") |