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 a1fb778 commit a23a03a
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 @@ -179,7 +179,7 @@ Rules = [
{[deps], IsRebar3,
Rebar3DepsFilter, []},
{[plugins], IsRebar3,
AppendList([pc, provider_asn1]), []},
AppendList([{pc, "~> 1.15.0"}, provider_asn1]), []},
{[provider_hooks], IsRebar3,
AppendList([{pre, [
{compile, {pc, compile}},
Expand Down

0 comments on commit a23a03a

Please sign in to comment.