aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Bernhardt <johann.bernhardt@tum.de>2021-12-19 09:15:05 +0100
committerJohann Bernhardt <johann.bernhardt@tum.de>2021-12-19 09:15:05 +0100
commit75c14c6d5017ea735ee7019245a7ec97021ef63f (patch)
tree26a6836105f9aa4656d932a2b40accc5324b059f
parent8d24120e78d7124e640bfd95f94ca3f07472cb03 (diff)
downloadGT5-Unofficial-75c14c6d5017ea735ee7019245a7ec97021ef63f.tar.gz
GT5-Unofficial-75c14c6d5017ea735ee7019245a7ec97021ef63f.tar.bz2
GT5-Unofficial-75c14c6d5017ea735ee7019245a7ec97021ef63f.zip
Fix dependency
-rw-r--r--dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 6d229574c1..dca1d2612f 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,7 +1,7 @@
// Add your dependencies here
dependencies {
- shadowImplementation("com.github.GTNewHorizons:AVRcore:add-build-script-SNAPSHOT")
+ shadowImplementation("com.github.GTNewHorizons:AVRcore:master-SNAPSHOT")
compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:Yamcl:master-SNAPSHOT:dev")