Skip to content

Commit 93f64ee

Browse files
committed
update
1 parent 84ea69c commit 93f64ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
// we don't want the old Baubles Messing stuff up so lets disable that
1111
exclude module: "Baubles"
1212
}
13-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.167:dev') {exclude module: "Baubles" }
13+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.173:dev') {exclude module: "Baubles" }
1414
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev') {exclude module: "Baubles" }
1515
implementation('com.github.GTNewHorizons:twilightforest:2.7.5:dev')
1616
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
@@ -22,9 +22,9 @@ dependencies {
2222
compileOnly('com.github.GTNewHorizons:CraftTweaker:3.4.0:dev') {transitive=false}
2323
compileOnly('com.github.GTNewHorizons:ZenScript:1.0.0-GTNH') {transitive=false}
2424
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.1-GTNH:api') {transitive=false}
25-
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.9-GTNH:dev') {transitive=false}
25+
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.10-GTNH:dev') {transitive=false}
2626
compileOnly(deobfCurse('enviromine-230236:2269710'))
2727

2828
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev')
29-
runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.3:dev') {transitive=false}
29+
runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.4:dev') {transitive=false}
3030
}

0 commit comments

Comments
 (0)