From 81e147858c407731a2516c48acc5ad821600c9ad Mon Sep 17 00:00:00 2001 From: RecursivePineapple Date: Sun, 17 Nov 2024 11:45:40 -0500 Subject: [PATCH] update deps & buildscript --- dependencies.gradle | 10 +++++----- settings.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index fbfc28e..1d4e5d7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,13 +1,13 @@ dependencies { - runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.42-GTNH:dev") - runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.8.18:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.45-GTNH:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:EnderIO:2.8.22:dev") runtimeOnlyNonPublishable("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - runtimeOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.1:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:waila:1.8.2:dev") shadowImplementation("com.google.protobuf:protobuf-java:4.28.2") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.36:dev') - api("com.github.GTNewHorizons:ModularUI:1.2.9:dev") + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.69:dev') + api("com.github.GTNewHorizons:ModularUI:1.2.13:dev") } diff --git a/settings.gradle b/settings.gradle index ec9681d..fe8f1d8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,5 +17,5 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29' }