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
  • Loading branch information
Dream-Master committed Nov 29, 2023
1 parent 3bd1cec commit 815ca22
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,13 +1,13 @@
// Add your dependencies here

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.88:dev')
api("com.github.GTNewHorizons:TecTech:5.3.14:dev")
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.91:dev')
api("com.github.GTNewHorizons:TecTech:5.3.15: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.11-GTNH:dev")
implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.12-GTNH:dev")

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

0 comments on commit 815ca22

Please sign in to comment.