Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 16, 2024
1 parent 30ba6f4 commit a65d2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies {

api("com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH: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") {
implementation("com.github.GTNewHorizons:GTNHLib:0.5.20:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.77:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.67:dev") {
transitive = false
exclude group:"com.github.GTNewHorizons", module:"ModularUI"
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
}


0 comments on commit a65d2ec

Please sign in to comment.