Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 25, 2024
1 parent 0f0ce21 commit 2fb375a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
dependencies {
api("org.jetbrains:annotations:23.0.0")

api("com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev")
api("com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev")

implementation("com.github.GTNewHorizons:GTNHLib:0.5.14:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.71:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.38:dev") {
implementation("com.github.GTNewHorizons:GTNHLib:0.5.17:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.74:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.51:dev") {
transitive = false
exclude group:"com.github.GTNewHorizons", module:"ModularUI"
}
Expand Down

0 comments on commit 2fb375a

Please sign in to comment.