Просмотр исходного кода

Depends on 'develop' branch of emqtt

Feng Lee 6 лет назад
Родитель
Сommit
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"}}}
             ]}
         ]}