Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 9, 2024
1 parent 913b81f commit 0068b8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ dependencies {

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

compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-306-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-310-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.12:dev") {
compileOnly("com.github.GTNewHorizons:EnderStorage:1.5.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.25:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.8.0:dev") {
compile("com.github.GTNewHorizons:ForestryMC:4.8.2:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
Expand Down Expand Up @@ -65,10 +65,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.6.0-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:gendustry:1.6.5.5-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:gendustry:1.7.0-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:WirelessRedstone-CBE:1.4.8:dev") {
compileOnly("com.github.GTNewHorizons:WirelessRedstone-CBE:1.5.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.38:dev") {
Expand Down

0 comments on commit 0068b8f

Please sign in to comment.