diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-03 17:46:23 +0100 |
---|---|---|
committer | chochem <40274384+chochem@users.noreply.github.com> | 2023-06-03 17:46:23 +0100 |
commit | cffd6bdb536520ae2518720a979fd17eeba1c213 (patch) | |
tree | 8575aaa053ac756d3bb463c6e0a8bbc1dac546d5 /dependencies.gradle | |
parent | a44c31b5b03cb95e05bf8bb4d1b9bc99a0efd1ac (diff) | |
download | GT5-Unofficial-cffd6bdb536520ae2518720a979fd17eeba1c213.tar.gz GT5-Unofficial-cffd6bdb536520ae2518720a979fd17eeba1c213.tar.bz2 GT5-Unofficial-cffd6bdb536520ae2518720a979fd17eeba1c213.zip |
update dep
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index b95ed01210..f562cd4370 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,33 +1,33 @@ // Add your dependencies here dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.07:dev') - compile('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.0:dev') - compile('com.github.GTNewHorizons:StructureLib:1.2.6:dev') - compile('com.github.GTNewHorizons:GTplusplus:1.9.1:dev') - compile('com.github.GTNewHorizons:GoodGenerator:0.6.1:dev') - compile('com.github.GTNewHorizons:TecTech:5.2.1:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.65:dev') + compile('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.44:dev') + compile('com.github.GTNewHorizons:StructureLib:1.2.7:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.9.28:dev') + compile('com.github.GTNewHorizons:GoodGenerator:0.6.9:dev') + compile('com.github.GTNewHorizons:TecTech:5.2.20:dev') compile('com.github.GTNewHorizons:ForestryMC:4.6.7:dev') - compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-197-GTNH:dev') - compile('com.github.GTNewHorizons:bartworks:0.7.1:dev') + compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-217-GTNH:dev') + compile('com.github.GTNewHorizons:bartworks:0.7.15:dev') compile('com.github.GTNewHorizons:BuildCraft:7.1.33:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.3.46-GTNH:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.3.54-GTNH:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') - compileOnly('com.github.GTNewHorizons:EnderCore:0.2.13:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:EnderCore:0.2.14:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:AppleCore:3.2.10:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:Railcraft:9.14.1:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:EnderIO:2.4.11:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.33:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.14.3:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:EnderIO:2.4.17:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.34:dev') {transitive=false} compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} - //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev') - //compile('com.github.GTNewHorizons:TecTech:5.2.1:dev') + //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev') + //compile('com.github.GTNewHorizons:TecTech:5.2.20:dev') //compile('com.github.GTNewHorizons:Galacticraft:3.0.68-GTNH:dev') - //compileOnly('com.github.GTNewHorizons:Avaritia:1.39) + //compileOnly('com.github.GTNewHorizons:Avaritia:1.42 //compile files('ThaumicTinkerer-1.7.10-2.7-0-dev.jar') |