Skip to content

Commit

Permalink
rebar.config.script: Require port_compiler 1.15.0 and accept any 1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 19, 2024
1 parent fff0b52 commit be847a7
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 @@ -418,7 +418,7 @@ end,

Rules = [
{[plugins], IsRebar3,
AppendList([{pc, "1.15.0"}]), []},
AppendList([{pc, "~> 1.15.0"}]), []},
{[provider_hooks], IsRebar3,
AppendList([{pre, [
{compile, {asn, compile}},
Expand Down

0 comments on commit be847a7

Please sign in to comment.