diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 224947f0c6..20e9d111d4 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -36,18 +36,18 @@ dependencies { api("com.github.GTNewHorizons:StructureLib:1.3.4:dev") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - api("com.github.GTNewHorizons:NotEnoughItems:2.6.22-GTNH:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.6.25-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.0:dev") - api("com.github.GTNewHorizons:GTNHLib:0.4.2:dev") + api("com.github.GTNewHorizons:GTNHLib:0.4.3:dev") api("com.github.GTNewHorizons:ModularUI:1.2.0:dev") api("com.github.GTNewHorizons:ModularUI2:2.1.1-1.7.10:dev") api("com.github.GTNewHorizons:waila:1.8.1:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-426-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-428-GTNH:dev") api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.21-gtnh:dev") api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') compileOnlyApi('com.github.GTNewHorizons:ThaumicTinkerer:2.10.1:dev') - compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.4.1-GTNH:dev") + compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.4.2-GTNH:dev") compileOnlyApi("com.github.GTNewHorizons:Navigator:1.0.6:dev") implementation('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive=false} // Required to prevent an older bauble api from Extra Utilities from loading first in the javac classpath |