commit | d97f899f99e15fa058ade6d6d8ecf2bbcce74aee | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Oct 09 15:27:36 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Oct 09 15:27:36 2015 +0100 |
tree | 641afd66cebc48556bd22c35382feea2d272abd0 | |
parent | 262c137d8c9f79eed455b6663b9f95d827beb147 [diff] | |
parent | 63666ef1b7dbdceea56ea30d74780507e365d940 [diff] |
Merge pull request #313 from bogdanm/development Fix yotta dependencies
diff --git a/yotta/data/module.json b/yotta/data/module.json index 1a65834..51b95b2 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json
@@ -10,9 +10,9 @@ ], "dependencies": {}, "targetDependencies": { - "mbed": { "cmsis-core": "~0.2.3" } + "mbed": { "cmsis-core": "~0.4.0" } }, "testTargetDependencies": { - "mbed": { "sockets": "~0.5.0" } + "mbed": { "sockets": "~0.6.0" } } }