Skip to content

Commit

Permalink
Require port_compiler 1.15.0+ to support Erlang/OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 18, 2024
1 parent b833737 commit b9aaa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Rules = [
{[deps], IsRebar3,
Rebar3DepsFilter, []},
{[plugins], IsRebar3,
AppendList([pc]), []},
AppendList([{pc, "~> 1.15.0"}]), []},
{[provider_hooks], IsRebar3,
AppendList([{pre, [
{compile, {pc, compile}},
Expand Down

0 comments on commit b9aaa7e

Please sign in to comment.