aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-11-25 13:06:10 +0100
committerMartin Robertz <dream-master@gmx.net>2023-11-29 10:31:43 +0100
commit826570a7a1d6a38d3c50a8ca396be43339008659 (patch)
tree3a258575e4d0c6472d04eff8b3db3e9a44476605 /dependencies.gradle
parent1f78596dfb35aad82176d814255bb973c7c4cf0d (diff)
downloadGT5-Unofficial-826570a7a1d6a38d3c50a8ca396be43339008659.tar.gz
GT5-Unofficial-826570a7a1d6a38d3c50a8ca396be43339008659.tar.bz2
GT5-Unofficial-826570a7a1d6a38d3c50a8ca396be43339008659.zip
update bs+deps
Former-commit-id: 6bfa9ead8c708178f958109e651998f2d53447c4
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 0c380b5d29..7b71b56b4a 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,8 +1,8 @@
// Add your dependencies here
dependencies {
- api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.79:dev')
- api("com.github.GTNewHorizons:TecTech:5.3.13:dev")
+ api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.88:dev')
+ api("com.github.GTNewHorizons:TecTech:5.3.14:dev")
api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
}