Skip to content

Commit

Permalink
Allow compiling on OTP 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Apr 11, 2014
1 parent 99e2b7b commit f461c90
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 @@ -8,7 +8,7 @@
{ibrowse, "", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}}
]}.

{require_otp_vsn, "R14|R15|R16"}.
{require_otp_vsn, "R14|R15|R16|17"}.

{erl_opts, [
fail_on_warning,
Expand Down

0 comments on commit f461c90

Please sign in to comment.