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 6711b20 commit 8f2e8db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
dependencies {
api("com.github.GTNewHorizons:waila:1.6.5:dev")

compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.25:dev") {
transitive = false
}
api("com.github.GTNewHorizons:EnderCore:0.3.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForestryMC:4.8.0:dev") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.8.2:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:MagicBees:2.7.1-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:StructureLib:1.2.9:dev") {
compileOnly("com.github.GTNewHorizons:StructureLib:1.3.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
Expand All @@ -24,7 +24,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") {
transitive = false
}
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
}

Expand Down

0 comments on commit 8f2e8db

Please sign in to comment.