chore(deps): update some deps version

This commit is contained in:
JianBo He 2020-12-09 11:43:53 +08:00 committed by JianBo He
parent 49d15d974a
commit bc8ddb7213
2 changed files with 3 additions and 4 deletions

View File

@ -40,12 +40,11 @@
, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.4"}}}
, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.0"}}}
, {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}}
, {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.1"}}}
, {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.2"}}}
, {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.0"}}}
, {replayq, {git, "https://github.com/emqx/replayq", {tag, "v0.2.0"}}}
, {erlport, {git, "https://github.com/emqx/erlport", {tag, "v1.2.2"}}}
, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.3"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}}
, {getopt, "1.0.1"}
]}.

View File

@ -28,7 +28,7 @@ plugins() ->
test_deps() ->
[ {bbmustache, "1.10.0"}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}}
, meck
].