From ebcca54ad49b7c234394264dbfc7ceea181b7899 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 24 Mar 2024 13:12:23 +0100 Subject: [PATCH] update --- dependencies.gradle | 6 +++--- settings.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 40db72e7f8..9c4d3506ab 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -5,10 +5,10 @@ dependencies { compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') - compileOnly('com.github.GTNewHorizons:Railcraft:9.15.6:api') {transitive=false} - compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.3-GTNH:api') {transitive=false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.15.7:api') {transitive=false} + compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.4-GTNH:api') {transitive=false} compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.4.8:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev') + compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.5.25-GTNH:dev') compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api') {transitive=false} compile('com.github.GTNewHorizons:GTNHLib:0.2.10:dev') diff --git a/settings.gradle b/settings.gradle index b11efb014f..c52d518d35 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.16' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.19' }