diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index dace97de85..69ca979042 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,18 +3,18 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.141:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.178:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.82:dev') compile('com.github.GTNewHorizons:NotEnoughItems:2.2.15-GTNH:dev') compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev') compile('com.github.GTNewHorizons:CodeChickenCore:1.1.4:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.7:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') + compile('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.21:dev') - // To remove + // To remove, for testing only. compile('com.github.GTNewHorizons:ExtraCells2:2.5.28:dev') compile('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.0.40-gtnh:dev') - compile('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.21:dev') compileOnly('com.github.GTNewHorizons:OpenModularTurrets:2.2.11-247:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:dev') {transitive=false} |