From 502bfa55294fd4af9d2578d1ea71482701aa75b3 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 6 May 2022 15:51:44 +0200 Subject: [PATCH] build(deps): pin port compiler v1.14.1 --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index f370149c0..778b8ef08 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -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