Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Nov 24, 2021
1 parent a927013 commit 621e91e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Add your dependencies here

dependencies {
// TODO: switch from deobf to dev after TC is migrated
compileOnly("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:deobf") {
compileOnly("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:dev") {
transitive = false
}

compileOnly("curse.maven:dynamic-lights-227874:2337326")
compileOnly("curse.maven:dynamic-lights-227874:2337326") {
transitive = false
}
}

0 comments on commit 621e91e

Please sign in to comment.