Merge pull request #7887 from zmstone/0506-pin-latest-version-port-compiler

build(deps): pin port compiler v1.14.1
This commit is contained in:
Zaiming (Stone) Shi 2022-05-09 08:53:12 +01:00 committed by GitHub
commit 28fe96fe68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ plugins() ->
{er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.5"}}},
%% 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"}}}
{pc, "v1.14.1"}
] ++
%% test plugins are concatenated to default profile plugins
%% otherwise rebar3 test profile runs are super slow