Skip to content

Commit

Permalink
yotta: Explicitly point to master branch for dependencies
Browse files Browse the repository at this point in the history
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 <raphael.gault@arm.com>
  • Loading branch information
raphaelgault committed May 29, 2020
1 parent bd5f79d commit 46ab2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 46ab2c9

Please sign in to comment.