From 46ab2c95dbc81dc6302c5459f4263ffe1136ec0f Mon Sep 17 00:00:00 2001 From: Raphael Gault Date: Fri, 29 May 2020 13:35:25 +0100 Subject: [PATCH] yotta: Explicitly point to master branch for dependencies In the absence of the explicit branch/revision, yotta will automatically go for the latest tagged version, which would not necessarily be up to date. Signed-off-by: Raphael Gault --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index f36caf3..909f6e8 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "description": "Component Oriented Device Abstraction Layer (CODAL) - root", "license": "MIT", "dependencies": { - "codal-microbit": "git@github.com:microbit-foundation/codal-microbit.git" + "codal-microbit": "git@github.com:microbit-foundation/codal-microbit.git#master" }, "targetDependencies": {}, "extraIncludes": [