Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 18, 2023
1 parent d54d2a2 commit 61dac8a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ dependencies {

compile("com.google.code.findbugs:jsr305:3.0.2")

compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-277-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-300-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.12:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.71:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.00:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.6.14:dev") {
compile("com.github.GTNewHorizons:ForestryMC:4.7.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.0:dev") {
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:NotEnoughItems:2.4.5-GTNH:dev") {
compile("com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.3.4:dev") {
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.4.1:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.8:dev") {
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.10:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.11:dev") {
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.13:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:1.6.2:dev") {
compileOnly("com.github.GTNewHorizons:waila:1.6.5:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.74-GTNH:dev") {
Expand All @@ -43,23 +43,23 @@ dependencies {
compileOnly("com.github.GTNewHorizons:TinkersMechworks:0.3.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.12-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:ProjectRed:4.8.0-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.4.13-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.5.4-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.34:dev") {
transitive = false
}
compileOnly('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.1.62-gtnh:dev') {
compileOnly('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.1.73-gtnh:dev') {
transitive = false
}
compile("com.github.GTNewHorizons:EnderCore:0.2.18:dev")
compile("com.github.GTNewHorizons:EnderIO:2.5.3:dev") {
compile("com.github.GTNewHorizons:EnderIO:2.5.8:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.6.0-GTNH:dev") {
Expand All @@ -71,7 +71,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:WirelessRedstone-CBE:1.4.8:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.36:dev") {
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.38:dev") {
transitive = false
}
compileOnly("appeng:RotaryCraft:V5c:api") {
Expand Down

0 comments on commit 61dac8a

Please sign in to comment.