build: bump relup helper to 2.1.0

This commit is contained in:
William Yang 2022-08-11 20:37:45 +02:00
parent 3da3aa9f57
commit c0750b9946
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ project_app_dirs(Edition) ->
plugins() -> plugins() ->
[ [
{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"}}},
%% emqx main project does not require port-compiler %% emqx main project does not require port-compiler
%% pin at root level for deterministic %% pin at root level for deterministic
{pc, "v1.14.0"} {pc, "v1.14.0"}