Skip to content

Commit

Permalink
reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 20, 2023
1 parent f862e01 commit 26bb9ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Add your dependencies here

dependencies {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.0-GTNH:api") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.8-GTNH:api") {
transitive = false
}
api("com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.8:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.11:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.3.55-GTNH:dev")
}

0 comments on commit 26bb9ed

Please sign in to comment.