diff --git a/build.gradle b/build.gradle index 6274cb255e..a4236b539a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1705357285 +//version: 1706545953 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -651,7 +651,7 @@ repositories { def mixinProviderGroup = "io.github.legacymoddingmc" def mixinProviderModule = "unimixins" -def mixinProviderVersion = "0.1.13" +def mixinProviderVersion = "0.1.15" def mixinProviderSpecNoClassifer = "${mixinProviderGroup}:${mixinProviderModule}:${mixinProviderVersion}" def mixinProviderSpec = "${mixinProviderSpecNoClassifer}:dev" ext.mixinProviderSpec = mixinProviderSpec diff --git a/dependencies.gradle b/dependencies.gradle index 2af283d628..5da9fcbc98 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,7 +4,7 @@ dependencies { api('com.github.GTNewHorizons:EnderCore:0.3.1:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:ForestryMC:4.8.2:dev') compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev') - compileOnly("com.github.GTNewHorizons:GTNHLib:0.2.1:dev") + compileOnly("com.github.GTNewHorizons:GTNHLib:0.2.2:dev") compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') api('curse.maven:cofh-lib-220333:2388748') // https://www.curseforge.com/minecraft/mc-mods/cofh-lib/files/2388748 shadowImplementation('cglib:cglib-nodep:3.3.0') @@ -12,7 +12,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:waila:1.7.0:api') {transitive = false} compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-312-GTNH:api') {transitive = false} compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.45:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.53:dev') {transitive = false} compileOnly('com.github.GTNewHorizons:Railcraft:9.15.5:api') {transitive = false} compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.0-GTNH:api') {transitive = false} compileOnly('com.github.GTNewHorizons:Chisel:2.13.4-GTNH:dev') {transitive = false}