diff --git a/dependencies.gradle b/dependencies.gradle index 6b6faadb9f8..3de4c869611 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,16 +1,16 @@ // Add your dependencies here dependencies { - implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.35-GTNH:dev') + implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.36-GTNH:dev') implementation('curse.maven:cofh-core-69162:2388751') compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta6:api') - compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.5:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.11:dev") {transitive = false} compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.10.1:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:ForestryMC:4.9.12:dev') {transitive = false} // required to compile CraftingV2Tests.java now + compileOnly('com.github.GTNewHorizons:ForestryMC:4.9.16: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.49.86:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.99:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:Jabba:1.4.6:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:inventory-tweaks:1.7.0:api') {transitive = false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.10.23-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.49.86:dev') { + functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.99:dev') { exclude module: "Applied-Energistics-2-Unofficial" } @@ -43,5 +43,5 @@ dependencies { runtimeOnlyNonPublishable('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') runtimeOnlyNonPublishable('com.github.GTNewHorizons:ThaumicEnergistics:1.6.25-GTNH:dev') { transitive = false } runtimeOnlyNonPublishable('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.36-gtnh:dev') { transitive = false } - runtimeOnlyNonPublishable("com.github.GTNewHorizons:BloodMagic:1.6.5") { transitive = false } + runtimeOnlyNonPublishable("com.github.GTNewHorizons:BloodMagic:1.6.6") { transitive = false } }