Force emqx_passwd to be win30 branch

This commit is contained in:
Gilbert Wong 2018-12-23 17:27:08 +08:00
parent b844665d6b
commit 29c80d1807
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{deps, [{jsx, "2.9.0"},
{gproc, "0.8.0"},
{cowboy, "2.4.0"}
{cowboy, "2.4.0"},
{emqx_passwd, {git,"https://github.com/emqx/emqx-passwd.git", {branch, "win30"}}}
]}.
%% appended to deps in rebar.config.script
@ -26,4 +27,3 @@
{cover_export_enabled, true}.
{plugins, [coveralls]}.