aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dependencies.gradle8
-rw-r--r--settings.gradle2
2 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 128a377568..ab726909f3 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -38,9 +38,9 @@ dependencies {
api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
api("com.github.GTNewHorizons:NotEnoughItems:2.5.23-GTNH:dev")
api("com.github.GTNewHorizons:GTNHLib:0.2.10:dev")
- api("com.github.GTNewHorizons:ModularUI:1.1.35:dev")
+ api("com.github.GTNewHorizons:ModularUI:1.1.36:dev")
api("com.github.GTNewHorizons:waila:1.7.1:dev")
- api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-332-GTNH:dev")
+ api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-336-GTNH:dev")
api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.19-gtnh:dev")
implementation("com.github.GTNewHorizons:Avaritia:1.49:dev")
@@ -50,7 +50,7 @@ dependencies {
compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.39:dev") { transitive = false }
compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.7.1:dev") { transitive = false }
compileOnlyApi("com.github.GTNewHorizons:ProjectRed:4.9.5-GTNH:dev") { transitive = false }
- compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.8.5:dev") { transitive = false }
+ compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.8.7:dev") { transitive = false }
compileOnlyApi("com.github.GTNewHorizons:Railcraft:9.15.6:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:EnderCore:0.4.6:dev") { transitive = false }
@@ -70,7 +70,7 @@ dependencies {
annotationProcessor("com.google.auto.value:auto-value:1.10.1")
// For testing iApiary
- //runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.8.5:dev")
+ //runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.8.7:dev")
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
diff --git a/settings.gradle b/settings.gradle
index 37468c7ad1..b11efb014f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -17,7 +17,7 @@ pluginManagement {
}
plugins {
- id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.15'
+ id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.16'
}