diff options
| author | Martin Robertz <dream-master@gmx.net> | 2024-05-20 18:59:21 +0200 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2024-05-20 18:59:21 +0200 |
| commit | d4f25ceced6fd172308a0b5abcb7ff44153a0f1f (patch) | |
| tree | b5ea6798373ab1b0e3f54b7ab6c7cf59643af4b1 | |
| parent | 69e9dc29e9d848e59ad8831a34cc9e4bc5a38082 (diff) | |
| download | GT5-Unofficial-d4f25ceced6fd172308a0b5abcb7ff44153a0f1f.tar.gz GT5-Unofficial-d4f25ceced6fd172308a0b5abcb7ff44153a0f1f.tar.bz2 GT5-Unofficial-d4f25ceced6fd172308a0b5abcb7ff44153a0f1f.zip | |
update
| -rw-r--r-- | dependencies.gradle | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 3c051876ac..f5b1014469 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,24 +35,24 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.46.02:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.46.21:dev') { exclude group:"com.github.GTNewHorizons", module:"ModularUI" } api("com.github.GTNewHorizons:EnderCore:0.4.6:dev") - api("com.github.GTNewHorizons:EnderIO:2.7.4:dev") - api("com.github.GTNewHorizons:ForestryMC:4.8.9:dev") - api("com.github.GTNewHorizons:ModularUI:1.1.42:dev") + api("com.github.GTNewHorizons:EnderIO:2.8.0:dev") + api("com.github.GTNewHorizons:ForestryMC:4.9.0:dev") + api("com.github.GTNewHorizons:ModularUI:1.2.0:dev") api("com.github.GTNewHorizons:Mobs-Info:0.2.6-GTNH:dev") devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.8.1-GTNH:dev") //compileOnly("curse.maven:extrautilities-225561:2264384") { // transitive = false //} - compileOnly("com.github.GTNewHorizons:GTplusplus:1.12.0:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.12.7:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.0:dev") + compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.2:dev") { transitive = false } @@ -64,11 +64,11 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.9.21:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.10.10:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.4.2:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.4.8:dev") { transitive = false } @@ -87,18 +87,18 @@ dependencies { // For testing //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.6.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.12.0:dev") - //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.10-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.4.2:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.12.7:dev") + //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.2.0-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.4.8:dev") //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.9.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.21:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.10.10:dev") //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev") //api("com.github.GTNewHorizons:SpecialMobs:3.5.0:dev") - //api("com.github.GTNewHorizons:twilightforest:2.5.24:dev") + //api("com.github.GTNewHorizons:twilightforest:2.6.9:dev") //api("com.github.GTNewHorizons:EnderZoo:1.1.0:dev") runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.3.5-GTNH:dev") //runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") - //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.6.0:dev") + //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.6.2:dev") //api("curse.maven:witchery-69673:2234410") testImplementation('junit:junit:4.12') |
