build(deps): upgrade er_coap_client to v1.0.4

This commit is contained in:
JianBo He 2021-09-17 16:06:08 +08:00
parent cfabb8549e
commit d82830d8c7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ project_app_dirs() ->
plugins(HasElixir) ->
[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}}
, {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.3"}}}
, {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.4"}}}
%% emqx main project does not require port-compiler
%% pin at root level for deterministic
, {pc, {git, "https://github.com/emqx/port_compiler.git", {tag, "v1.11.1"}}}