From 1fd6ac323b9192672b8c93e29b8e97391256a306 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 17 Jan 2025 12:08:59 +0100 Subject: [PATCH] update --- dependencies.gradle | 12 ++++++------ settings.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 7c1735f5c..558426715 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -24,15 +24,15 @@ dependencies { api("com.github.GTNewHorizons:waila:1.8.2:dev") - api("com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.7.22-GTNH:dev") - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.38:dev") {transitive = false } + compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.77:dev") {transitive = false } - compileOnly("com.github.GTNewHorizons:Botania:1.12.3-GTNH:api") {transitive = false } - compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.0:api") {transitive = false } - compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev") {transitive = false } + compileOnly("com.github.GTNewHorizons:Botania:1.12.5-GTNH:api") {transitive = false } + compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.1:api") {transitive = false } + compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev") {transitive = false } - compileOnly("com.github.GTNewHorizons:Chisel:2.16.0-GTNH:api") {transitive = false } + compileOnly("com.github.GTNewHorizons:Chisel:2.16.2-GTNH:api") {transitive = false } compileOnly("com.github.GTNewHorizons:ZenScript:1.0.0-GTNH") {transitive = false } compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") {transitive = false } diff --git a/settings.gradle b/settings.gradle index 0147a9944..7a562ea19 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31' }