Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 22, 2024
1 parent 740ceb9 commit 8efee86
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.2.0-GTNH:dev")
api("curse.maven:cofh-lib-220333:2388748")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.16:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.18:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.26-GTNH:api") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.27-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.44-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.3.0: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.27'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
}


0 comments on commit 8efee86

Please sign in to comment.