From 1f185786815c6db74d287886d2af366bafc1ab70 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 30 Dec 2024 20:27:26 +0100 Subject: [PATCH] update --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 8e634e444c5..e350173f9cd 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -10,7 +10,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.0:dev') {transitive = false} // required to compile CraftingV2Tests.java now compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.36:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.38:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:Jabba:1.5.0:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:inventory-tweaks:1.7.0:api') {transitive = false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.11.1-GTNH:api') {transitive = false} @@ -34,7 +34,7 @@ dependencies { functionalTestImplementation('org.junit.platform:junit-platform-engine') functionalTestImplementation('org.junit.platform:junit-platform-launcher') functionalTestImplementation('org.junit.platform:junit-platform-reporting') - functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.36:dev') { + functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.38:dev') { exclude module: "Applied-Energistics-2-Unofficial" exclude module: "Hodgepodge" } @@ -44,5 +44,5 @@ dependencies { runtimeOnlyNonPublishable('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') runtimeOnlyNonPublishable('com.github.GTNewHorizons:ThaumicEnergistics:1.7.0-GTNH:dev') { transitive = false } runtimeOnlyNonPublishable('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.4-gtnh:dev') { transitive = false } - runtimeOnlyNonPublishable("com.github.GTNewHorizons:BloodMagic:1.6.9") { transitive = false } + runtimeOnlyNonPublishable("com.github.GTNewHorizons:BloodMagic:1.7.0") { transitive = false } }