Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Former-commit-id: ec5156759619b531355bb8a11a3c6b4180dab960
  • Loading branch information
Dream-Master committed Sep 22, 2023
1 parent 197429b commit d590618
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 @@ -2,14 +2,14 @@

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.19:dev')
api("com.github.GTNewHorizons:TecTech:5.3.1:dev")
api("com.github.GTNewHorizons:TecTech:5.3.3:dev")
api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
}
api("com.github.GTNewHorizons:Avaritia:1.46:dev")
implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.1-GTNH:dev")
implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.3-GTNH:dev")

compileOnly("com.github.GTNewHorizons:TinkersGregworks:GTNH-1.0.24-pre:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.15-GTNH:api") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.17-GTNH:api") {transitive = false}

}

0 comments on commit d590618

Please sign in to comment.