From 1a5c10bd6f91221bd9e05652f1ed24e54db43b67 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 24 Sep 2019 15:47:36 +0800 Subject: [PATCH] Depends on 'develop' branch of emqtt --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 2a9e6225f..368666ff3 100644 --- a/rebar.config +++ b/rebar.config @@ -29,7 +29,7 @@ [{test, [{deps, [{bbmustache, "1.7.0"}, % hex - {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "v1.0.1"}}}, + {emqtt, {git, "https://github.com/emqx/emqtt", {branch, "develop"}}}, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {branch, "develop"}}} ]} ]}