diff --git a/dependencies.gradle b/dependencies.gradle index c399491..715c302 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,8 +7,8 @@ dependencies { api('com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev') api('com.github.GTNewHorizons:NotEnoughItems:2.7.18-GTNH:dev') api('com.github.GTNewHorizons:EnderStorage:1.7.0:dev') {transitive=false} - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.67:dev') - api('com.github.GTNewHorizons:NewHorizonsCoreMod:2.7.47:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.73:dev') + api('com.github.GTNewHorizons:NewHorizonsCoreMod:2.7.53:dev') compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.1:dev') } diff --git a/settings.gradle b/settings.gradle index 0147a99..7a562ea 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31' }