From f278a0719053dee6d86b125aba9dcdccfc203649 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 19 Jan 2020 19:31:36 +0800 Subject: [PATCH] Upgrade emqtt and emqx-ct-helper deps - Upgrade emqtt to v1.2.0 - Upgrade emqx-ct-helpers to v1.2.2 --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index e761ff39a..d86c58d2f 100644 --- a/rebar.config +++ b/rebar.config @@ -39,8 +39,8 @@ [{test, [{deps, [{bbmustache, "1.7.0"}, - {emqtt, {git, "https://github.com/emqx/emqtt", {branch, "develop"}}}, - {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {branch, "develop"}}} + {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}, + {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.2.2"}}} ]}, {erl_opts, [debug_info]} ]}