Skip to content

Commit

Permalink
Resolved todos in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Dec 19, 2021
1 parent 79cffbb commit 5973ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:update-build-script-SNAPSHOT:dev") { // TODO: change to master
compileOnly("com.github.GTNewHorizons:BloodMagic:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:update-build-script-SNAPSHOT:dev") { // TODO: change to master
compileOnly("com.github.GTNewHorizons:CraftTweaker:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ZenScript:master-SNAPSHOT") {
Expand Down

0 comments on commit 5973ec2

Please sign in to comment.