Merge pull request #8682 from qzhuyan/dev/william/bump-relup-helper-2.1.0
build: bump relup helper to 2.1.0
This commit is contained in:
commit
962f5c9016
|
@ -88,7 +88,7 @@ project_app_dirs() ->
|
|||
["apps/*", alternative_lib_dir() ++ "/*", "."].
|
||||
|
||||
plugins(HasElixir) ->
|
||||
[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}}
|
||||
[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.1.0"}}}
|
||||
, {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0"}}}
|
||||
%% emqx main project does not require port-compiler
|
||||
%% pin at root level for deterministic
|
||||
|
|
Loading…
Reference in New Issue