From 512aa4eddb0e90ffeb0096522ad54f4ce0813c13 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 7 Dec 2024 18:32:14 +0100 Subject: [PATCH] update --- dependencies.gradle | 10 +++++----- settings.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 1dbf80603c..cd4f41b8a9 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -5,15 +5,15 @@ dependencies { compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') - compileOnly('com.github.GTNewHorizons:Railcraft:9.15.11:api') {transitive=false} - compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.9-GTNH:api') {transitive=false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.15.15:api') {transitive=false} + compileOnly('com.github.GTNewHorizons:StorageDrawers:2.0.5-GTNH:api') {transitive=false} compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.26-GTNH:dev') + compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.50-GTNH:dev') compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api') {transitive=false} - compile('com.github.GTNewHorizons:GTNHLib:0.4.3:dev') + compile('com.github.GTNewHorizons:GTNHLib:0.5.21:dev') compileOnly('curse.maven:cofh-lib-220333:2388748') compileOnly('curse.maven:minefactory-reloaded-66672:2366150') - devOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.6.26-GTNH:dev') + devOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.6.50-GTNH:dev') } diff --git a/settings.gradle b/settings.gradle index 242692e5d7..aa612ade0c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.26' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29' }