Upgrade emqtt and emqx-ct-helper deps

- Upgrade emqtt to v1.2.0
- Upgrade emqx-ct-helpers to v1.2.2
This commit is contained in:
Feng Lee 2020-01-19 19:31:36 +08:00
parent d8c3c86dca
commit f278a07190
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
[{test, [{test,
[{deps, [{deps,
[{bbmustache, "1.7.0"}, [{bbmustache, "1.7.0"},
{emqtt, {git, "https://github.com/emqx/emqtt", {branch, "develop"}}}, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}},
{emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {branch, "develop"}}} {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.2.2"}}}
]}, ]},
{erl_opts, [debug_info]} {erl_opts, [debug_info]}
]} ]}