Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 3, 2024
1 parent 30a5a65 commit ae7f7e6
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 @@ -3,7 +3,7 @@
dependencies {
api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")

compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-445-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-449-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:1.8.1:dev") {
Expand All @@ -12,10 +12,10 @@ dependencies {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.22-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.23-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.56:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev") {
transitive = false
}

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.26'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
}


0 comments on commit ae7f7e6

Please sign in to comment.