Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Apr 28, 2024
1 parent 8858c59 commit 41b0e60
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 @@ -4,13 +4,13 @@ dependencies {
api("com.github.GTNewHorizons:BrandonsCore:1.1.0-GTNH:dev")
api("curse.maven:cofh-lib-220333:2388748")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.8.8:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.8.9:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.9-GTNH:api") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.11-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.5.25-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.5.27-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.2.1:dev") {
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.21'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.22'
}


0 comments on commit 41b0e60

Please sign in to comment.