From c1d6b63002b64767151ba962467cda9424d85815 Mon Sep 17 00:00:00 2001 From: mariari Date: Fri, 11 Oct 2024 00:58:44 +0800 Subject: [PATCH] Fix the PC version If the PC version is allowed to be free, then we it may grab v1.14.0 or below which has issues when running on OTP 27 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e9d0ca5..07d06bb 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. -{plugins, [pc]}. +{plugins, [{pc, "1.15.0"}]}. {project_plugins, [rebar3_hex]}.