Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Apr 1, 2024
1 parent e63a3cc commit 338a8fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
*/
dependencies {
annotationProcessor(project(":processor"))
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-323-GTNH:dev')
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.70:dev')
compileOnly("com.github.GTNewHorizons:EnderIO:2.6.4:dev")
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-346-GTNH:dev')
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.136:dev')
compileOnly("com.github.GTNewHorizons:EnderIO:2.7.1:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ae2stuff:0.7.0-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.27:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.43:dev")
compileOnly("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compileOnly("com.github.GTNewHorizons:Botania:1.10.6-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.11-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Botania:1.10.12-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.13-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersMechworks:0.3.1:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.25:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.51:dev")
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.19'
}


Expand Down

0 comments on commit 338a8fe

Please sign in to comment.