diff options
| author | Martin Robertz <dream-master@gmx.net> | 2023-01-06 14:56:34 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2023-01-06 14:56:34 +0100 |
| commit | 827958753a11a098f5452a7335f3a4e4d13dd7a9 (patch) | |
| tree | 5fa3e2baa66dc9906bdcbde5c75dc6f56e0d3437 | |
| parent | 351962c99eacc803f896af60478971c5a61d7971 (diff) | |
| download | GT5-Unofficial-827958753a11a098f5452a7335f3a4e4d13dd7a9.tar.gz GT5-Unofficial-827958753a11a098f5452a7335f3a4e4d13dd7a9.tar.bz2 GT5-Unofficial-827958753a11a098f5452a7335f3a4e4d13dd7a9.zip | |
fix tec tec dep file
| -rw-r--r-- | dependencies.gradle | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 7bfba2df1c..60b9ac2f8a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,19 +2,19 @@ dependencies { shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1') - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.196:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.204:dev') compile('com.github.GTNewHorizons:ModularUI:1.0.38:dev') compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.3.7-GTNH:dev') - compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev') - compile('com.github.GTNewHorizons:CodeChickenCore:1.1.4:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev') + compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.6:dev') + compile('com.github.GTNewHorizons:CodeChickenCore:1.1.7:dev') compile('com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental: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} - compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.113:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-107-GTNH:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:OpenComputers:1.8.0.2-GTNH:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.179:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-134-GTNH:dev') {transitive=false} compileOnly('curse.maven:cofh-lib-220333:2388748') {transitive=false} compileOnly('curse.maven:computercraft-67504:2269339') {transitive=false} |
