Skip to content

Commit 9e8922d

Browse files
committed
update
1 parent e2c5507 commit 9e8922d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ configurations {
1212
}
1313

1414
dependencies {
15-
api("com.github.GTNewHorizons:GTNHLib:0.6.3:dev")
15+
api("com.github.GTNewHorizons:GTNHLib:0.6.5:dev")
1616

1717
compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.2") { transitive = false }
1818

19-
transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.7.25-GTNH:dev") // force a more up-to-date NEI version
19+
transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.7.27-GTNH:dev") // force a more up-to-date NEI version
2020
transformedModCompileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-527-GTNH")
2121
transformedModCompileOnly("com.github.GTNewHorizons:Baubles:1.0.4:dev")
2222
// Transitive updates to make runClient17 work
2323
transformedModCompileOnly("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev")
24-
transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.93:dev")
25-
transformedModCompileOnly("com.github.GTNewHorizons:harvestcraft:1.3.0-GTNH:dev")
24+
transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.97:dev")
25+
transformedModCompileOnly("com.github.GTNewHorizons:harvestcraft:1.3.1-GTNH:dev")
2626
transformedModCompileOnly("com.github.GTNewHorizons:HungerOverhaul:1.1.0-GTNH:dev")
2727
transformedModCompileOnly("com.github.GTNewHorizons:MrTJPCore:1.3.0:dev") // Do not update, fixed afterwards
2828
transformedModCompileOnly("com.github.GTNewHorizons:Railcraft:9.16.3:dev") { exclude group: "thaumcraft", module: "Thaumcraft" }

0 commit comments

Comments
 (0)