Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 7, 2024
1 parent 2e45080 commit 14e7154
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
@@ -1,12 +1,12 @@
// Add your dependencies here

dependencies {
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.51-GTNH:dev")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.19:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Botania:1.11.5-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Botania:1.11.6-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Mantle:0.4.2:dev") {
Expand All @@ -21,10 +21,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.81:dev") {
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.82:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.78:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.100:dev") {
transitive = false
}

Expand All @@ -41,5 +41,5 @@ dependencies {
transitive = false
}

runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.5.20:dev")
runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.5.21:dev")
}

0 comments on commit 14e7154

Please sign in to comment.