Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emqplus committed Nov 18, 2019
1 parent f10b3ed commit def6df7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rebar.config
@@ -1,19 +1,17 @@
%% TODO: pin emqx develop branch
{deps,
[{emqx_passwd, {git, "https://github.com/emqx/emqx-passwd.git", {tag, "v1.0"}}},
{clique, {git, "https://github.com/emqx/clique.git", {tag, "v0.3.11"}}},
{minirest, {git, "https://github.com/emqx/minirest.git", {tag, "v0.2.3"}}}
{minirest, {git, "https://github.com/emqx/minirest.git", {tag, "0.2.5"}}}
]}.

{profiles,
[{test,
[{deps,
[{emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "v1.1.1"}}}
[{emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "v1.2.1"}}}
]}
]}
]}.

{edoc_opts, [{preprocess, true}]}.
{erl_opts, [warn_unused_vars,
warn_shadow_vars,
warn_unused_import,
Expand Down

0 comments on commit def6df7

Please sign in to comment.