Преглед на файлове

Depends on 'develop' branch of emqtt

Feng Lee преди 6 години
родител
ревизия
1a5c10bd6f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rebar.config

+ 1 - 1
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"}}}
             ]}
         ]}