Skip to content

Commit

Permalink
add support for erlang R15B
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 22, 2011
1 parent c195fb3 commit 50990e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -4,10 +4,10 @@
{erl_opts, [debug]}.

{app_bin, ["priv/elrca"]}.
{require_otp_vsn, "R14B0[234]"}.
{require_otp_vsn, "R14|R15"}.

{deps, [
%% couchbeam client
%% couchbeam client
{couchbeam, ".*", {git, "http://github.com/benoitc/couchbeam.git","master"}}
]}.

Expand Down

0 comments on commit 50990e6

Please sign in to comment.