Skip to content

Commit 0c0806a

Browse files
committed
Update port compiler version for rebar3
Update the port compiler version from 1.11.0 to 1.15.0 to prevent rebar3 build errors. Fixes #495
1 parent 0c1d25e commit 0c0806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{clean, "./scripts/rebar-pre-script clean"}]}.
2323

2424
{plugins, [
25-
{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {tag, "v1.11.0"}}}
25+
{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {tag, "v1.15.0"}}}
2626
]}.
2727

2828
{provider_hooks, [

0 commit comments

Comments
 (0)