diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index d6856f6c2b..98f51b6350 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,20 +35,20 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.108:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.15:dev') { exclude group:"com.github.GTNewHorizons", module:"ModularUI" } - api("com.github.GTNewHorizons:EnderCore:0.2.18:dev") - api("com.github.GTNewHorizons:EnderIO:2.5.8:dev") - api("com.github.GTNewHorizons:ForestryMC:4.7.0:dev") + api("com.github.GTNewHorizons:EnderCore:0.2.19:dev") + api("com.github.GTNewHorizons:EnderIO:2.6.2:dev") + api("com.github.GTNewHorizons:ForestryMC:4.8.1:dev") api("com.github.GTNewHorizons:ModularUI:1.1.24:dev") - api("com.github.GTNewHorizons:Mobs-Info:0.1.12-GTNH:dev") + api("com.github.GTNewHorizons:Mobs-Info:0.2.1-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.11.0:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.9:dev") { transitive = false } @@ -64,11 +64,11 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.8.22:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.9.3:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.0:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.4:dev") { transitive = false } @@ -87,16 +87,16 @@ dependencies { // For testing //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.3-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.0:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.9:dev") //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.4-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.0:dev") - //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.8.2-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:bartworks:0.8.22:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.4:dev") + //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.8.3-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.3: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") //api("com.github.GTNewHorizons:EnderZoo:1.0.23:dev") - runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.2.1-GTNH:dev") + runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.2.2-GTNH:dev") //runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") //api("curse.maven:witchery-69673:2234410") |