From bcd3bbcc61a9880c3d8f2b0f54468be4b51b35df Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 12 May 2022 23:22:08 +0200 Subject: [PATCH] build: fix port-compiler version tag to 1.14.0 1.14.1 was a typo, (not released yet) --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index 53b0fe520..2b84ccdc2 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -106,7 +106,7 @@ plugins() -> {relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}}, %% emqx main project does not require port-compiler %% pin at root level for deterministic - {pc, "v1.14.1"} + {pc, "v1.14.0"} ] ++ %% test plugins are concatenated to default profile plugins %% otherwise rebar3 test profile runs are super slow