Erik's ebloom has the fix

Switch back to basho/ebloom when his pull req
is accepted.
This commit is contained in:
Kresten Krab Thorup 2012-01-06 22:53:26 +01:00
parent b6fe048a6f
commit 3e5a315b18

View file

@ -3,6 +3,6 @@
{deps, [
{plain_fsm, "1.1.*", {git, "git://github.com/uwiger/plain_fsm", {branch, "master"}}},
{ebloom, "1.0.*", {git, "git://github.com/basho/ebloom.git", {branch, "master"}}},
{ebloom, "1.0.*", {git, "git://github.com/eriksoe/ebloom.git", {branch, "master"}}},
{basho_bench, ".*", {git, "git://github.com/basho/basho_bench.git", {branch, "master"}}}
]}.