Skip to content

Commit

Permalink
Update port compiler version for rebar3
Browse files Browse the repository at this point in the history
Update the port compiler version from 1.11.0 to 1.15.0 to prevent
rebar3 build errors.

Fixes #495
  • Loading branch information
vinoski committed Jul 30, 2024
1 parent 0c1d25e commit 0c0806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{clean, "./scripts/rebar-pre-script clean"}]}.

{plugins, [
{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {tag, "v1.11.0"}}}
{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {tag, "v1.15.0"}}}
]}.

{provider_hooks, [
Expand Down

0 comments on commit 0c0806a

Please sign in to comment.