Skip to content

Commit 9eac213

Browse files
committed
update
1 parent 069e28a commit 9eac213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 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.227:dev') {exclude module: "Baubles" }
13+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.234: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}
@@ -26,5 +26,5 @@ dependencies {
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.11:dev') {transitive=false}
29+
runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.13:dev') {transitive=false}
3030
}

0 commit comments

Comments
 (0)