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 8, 2024
1 parent e780cbd commit c2851f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.12:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.15:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.8.1:dev") {
Expand All @@ -22,16 +22,16 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev") {
compile("com.github.GTNewHorizons:NotEnoughItems:2.5.1-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.4.3:dev") {
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.4.5:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.10:dev") {
compile("com.github.GTNewHorizons:CodeChickenLib:1.2.0:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.13:dev") {
compile("com.github.GTNewHorizons:CodeChickenCore:1.2.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:1.6.5:dev") {
Expand All @@ -55,11 +55,11 @@ dependencies {
compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.34:dev") {
transitive = false
}
compileOnly('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.7-gtnh:dev') {
compileOnly('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.8-gtnh:dev') {
transitive = false
}
compile("com.github.GTNewHorizons:EnderCore:0.2.19:dev")
compile("com.github.GTNewHorizons:EnderIO:2.6.2:dev") {
compile("com.github.GTNewHorizons:EnderCore:0.3.0:dev")
transitive = false
}
compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.6.0-GTNH:dev") {
Expand Down

0 comments on commit c2851f3

Please sign in to comment.