Skip to content

Commit

Permalink
added R15 support to rebar config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Mar 21, 2012
1 parent 7b445dc commit 0607641
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 @@ -10,7 +10,7 @@
{lhttpc, ".*", {git, "git://github.com/oscarh/lhttpc.git", {branch, "master"}}}
]}.

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

{erl_opts, [
fail_on_warning,
Expand Down

0 comments on commit 0607641

Please sign in to comment.