Skip to content

Commit

Permalink
Use master branch of ebloom to permit compilation with Erlang/OTP R14B02
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Mar 16, 2011
1 parent 75fb2a7 commit cb2e036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
@@ -1,7 +1,8 @@
{so_name, "bitcask.so"}.
{erl_opts, [debug_info]}.
{deps, [
{ebloom, "1.0.2", {git, "git://github.com/basho/ebloom", {tag, "ebloom-1.0.2"}}}
%%{ebloom, "1.0.2", {git, "git://github.com/basho/ebloom", {tag, "ebloom-1.0.2"}}}
{ebloom, "1.0.2", {git, "git://github.com/basho/ebloom", {branch, "master"}}}
]}.

{port_envs, [
Expand Down

0 comments on commit cb2e036

Please sign in to comment.