Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 27, 2024
1 parent 0683a25 commit 5934a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ dependencies {

implementation("com.github.GTNewHorizons:WirelessCraftingTerminal:1.11.7:dev")

compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.17:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.18:dev") { transitive = false }
compileOnly('com.github.GTNewHorizons:Baubles-Expanded:2.0.3:dev')
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.35:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:ForestryMC:4.9.16:dev')
compileOnly('com.github.GTNewHorizons:EnderIO:2.8.20:dev')
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.52:dev') {
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.54:dev') {
exclude group: 'com.github.GTNewHorizons', module: 'AE2FluidCraft-Rework'
}

Expand All @@ -57,5 +57,5 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.74:dev") { transitive = false }

runtimeOnlyNonPublishable("com.github.GTNewHorizons:DuraDisplay:1.3.4:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.5.17:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.5.18:dev")
}

0 comments on commit 5934a8b

Please sign in to comment.