From 66de92490cfee93509b1e53cb7de69a4f7dc5e1b Mon Sep 17 00:00:00 2001 From: UENISHI Kota Date: Thu, 3 Dec 2015 16:48:23 +0900 Subject: [PATCH] Introduce eleveldb, along with cuttlefish to avoid dependency confustion --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index d6debc0..e7c8add 100644 --- a/rebar.config +++ b/rebar.config @@ -5,6 +5,8 @@ {edoc_opts, [{dir, "./edoc"}]}. {deps, [ + {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}, + {eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {branch, "develop"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}}, {protobuffs, "0.8.*", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p4"}}}, {riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {branch, "develop"}}},