aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-08-17 10:22:25 +0200
committerGitHub <noreply@github.com>2022-08-17 10:22:25 +0200
commit8679aa3e6de7ec8c40ccef994580f799219f8e07 (patch)
treed985429c0f8d967c56ae4ae41233ec0462ebf304 /dependencies.gradle
parent4d43e0e897089afa7596a313f71c9540a74d0522 (diff)
downloadGT5-Unofficial-8679aa3e6de7ec8c40ccef994580f799219f8e07.tar.gz
GT5-Unofficial-8679aa3e6de7ec8c40ccef994580f799219f8e07.tar.bz2
GT5-Unofficial-8679aa3e6de7ec8c40ccef994580f799219f8e07.zip
Update dependencies.gradle
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index bd11a981a2..951ccfcdae 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,7 +1,7 @@
dependencies {
- compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.84:dev')
- compile('com.github.GTNewHorizons:StructureLib:1.0.16:dev')
- compile('com.github.GTNewHorizons:NotEnoughItems:2.2.19-GTNH:dev')
+ compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.100-pre:dev')
+ compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev')
+ compile('com.github.GTNewHorizons:NotEnoughItems:2.2.20-GTNH:dev')
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.4:dev')
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev')
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
@@ -9,7 +9,7 @@ dependencies {
compile('curse.maven:cofh-core-69162:2388751')
compile('curse.maven:advsolar-362768:2885953')
- compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-85-GTNH:dev') {transitive=false}
+ compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-94-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.6:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.13.6:dev') {transitive=false}