Skip to content

Commit

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

dependencies {
api 'net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev'
api 'com.github.GTNewHorizons:OpenComputers:1.10.6-GTNH:dev'
api 'com.github.GTNewHorizons:OpenComputers:1.10.7-GTNH:dev'
compileOnly 'curse.maven:cofh-core-69162:2388751'
compileOnly('curse.maven:mystcraft-224599:2417044') {transitive = false}
compileOnly('curse.maven:computercraft-67504:2269339') {transitive = false}
api("com.github.GTNewHorizons:GTNHLib:0.2.9:dev")
api("com.github.GTNewHorizons:GTNHLib:0.2.10:dev")
}
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.14'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.16'
}


0 comments on commit 1a80e7f

Please sign in to comment.