aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-11-25 18:00:00 +0100
committerGitHub <noreply@github.com>2022-11-25 18:00:00 +0100
commitd19cc573a7b979c039535d2bf58ac0864178c583 (patch)
tree871eb7434b767d7ac299701c00a7259b38f19f17 /dependencies.gradle
parent5f7847208fb8cc3c2868d72f7b57244ac384b6d0 (diff)
parent2865cbb73dac3d75ef113d995c893c303dc337e8 (diff)
downloadGT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.tar.gz
GT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.tar.bz2
GT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.zip
Merge branch 'master' into addMissingTiersOfRecipes
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 5aa0a4bbd4..ed0e79560b 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -2,7 +2,8 @@
dependencies {
shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT')
- compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.91-pre:dev')
+ compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.145:dev')
+ compile("com.github.GTNewHorizons:ModularUI:1.0.16:dev") {transitive=false}
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')