We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1d20a commit ca36a5bCopy full SHA for ca36a5b
dependencies.gradle
@@ -2,7 +2,7 @@
2
3
dependencies {
4
5
- api('com.github.GTNewHorizons:ThaumicBoots:1.4.13:dev'){transitive=false}
+ api('com.github.GTNewHorizons:ThaumicBoots:1.4.14:dev'){transitive=false}
6
7
implementation('com.github.GTNewHorizons:Baubles-Expanded:2.1.13-GTNH:dev')
8
implementation('com.github.GTNewHorizons:ThaumicBases:1.8.13:dev') {transitive=false}
@@ -26,6 +26,6 @@ dependencies {
26
compileOnly(deobfCurse('enviromine-230236:2269710'))
27
28
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.7:dev')
29
- runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.32:dev') {transitive=false}
+ runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.33:dev') {transitive=false}
30
31
}
0 commit comments