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: de0351b1304b7496a1bb0d286b802df28b308dfd
  • Loading branch information
Dream-Master committed Dec 20, 2023
1 parent 277f57c commit e557ff9
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
@@ -1,14 +1,14 @@
// Add your dependencies here

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.106:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.03:dev')
api("com.github.GTNewHorizons:TecTech:5.3.23: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.12-GTNH:dev")
implementation("com.github.GTNewHorizons:TinkersConstruct:1.11.0-GTNH:dev")

compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.24:deobf") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.19-GTNH:api") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.0-GTNH:api") {transitive = false}
}

0 comments on commit e557ff9

Please sign in to comment.