From 103095f4b95ab833806b7e6aa4340daaee5636f3 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Thu, 24 Aug 2023 14:48:39 +0100 Subject: [PATCH] Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 81a81aa..6209797 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {erl_opts, [debug_info, warnings_as_errors]}. {cover_enabled, true}. -{plugins, [pc]}. +{plugins, [{pc, {git, "https://github.com/blt/port_compiler", {tag, "v1.14.0"}}}]}. {profiles, [ {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]}