Skip to content

Commit

Permalink
update deps & buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursivePineapple committed Nov 17, 2024
1 parent a13c7f5 commit 81e1478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

dependencies {
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.8.18:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.45-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.8.22:dev")
runtimeOnlyNonPublishable("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.1:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.2:dev")

shadowImplementation("com.google.protobuf:protobuf-java:4.28.2")

api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.36:dev')
api("com.github.GTNewHorizons:ModularUI:1.2.9:dev")
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.69:dev')
api("com.github.GTNewHorizons:ModularUI:1.2.13:dev")
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pluginManagement {
}

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

0 comments on commit 81e1478

Please sign in to comment.