aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-11-20 18:39:31 +0900
committermiozune <miozune@gmail.com>2022-11-20 18:39:31 +0900
commit7004d21b057f602c4d371cbeee7220b8ab83e11c (patch)
treed156417d9681b5f68ef9fc79088bee4e4a704c4b
parent00953932ea46d7ed251baa1152e9ebadda4f8231 (diff)
downloadGT5-Unofficial-7004d21b057f602c4d371cbeee7220b8ab83e11c.tar.gz
GT5-Unofficial-7004d21b057f602c4d371cbeee7220b8ab83e11c.tar.bz2
GT5-Unofficial-7004d21b057f602c4d371cbeee7220b8ab83e11c.zip
Update GT
-rw-r--r--dependencies.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index e5061e87d6..707cc66d51 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.137-pre:dev')
+ compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.138-pre:dev') {transitive=false}
+ compile("com.github.GTNewHorizons:ModularUI:1.0.16: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')