Skip to content

Commit

Permalink
Switched to API dependencies wherever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Dec 1, 2021
1 parent c0ca524 commit a0c847d
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 @@ -16,10 +16,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:inventory-tweaks:master-SNAPSHOT:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:waila:master-SNAPSHOT:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:Railcraft:master-SNAPSHOT:api") {
transitive = false
}

Expand All @@ -35,7 +35,7 @@ dependencies {
compileOnly("curse.maven:minefactory-reloaded-66672:2366150") {
transitive = false
}
compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.7.5.1356:dev") {
compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.7.5.1356:api") {
transitive = false
}
compileOnly("pneumaticCraft:PneumaticCraft-1.7.10:1.12.7-152:api") {
Expand Down

0 comments on commit a0c847d

Please sign in to comment.