Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed May 8, 2023
1 parent 7ab6b18 commit 276b17f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
dependencies {
compile("curse.maven:brandons-core-231382:2297163")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.5:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.6.7:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.7.5.20-GTNH:api") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.5-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.2.3-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.50-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") {
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.1.8:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.5.13:dev") {
compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.5.16:dev") {
transitive = false
}

Expand Down

0 comments on commit 276b17f

Please sign in to comment.