Add merklet as a dependency

This commit is contained in:
Mark Allen 2015-10-27 11:56:54 -05:00
parent b710517c64
commit 77096c5f82

View file

@ -6,6 +6,7 @@
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
{merklet, ".*", {git, "https://github.com/ferd/merklet.git", {branch, "master"}}},
{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"}}},
{node_package, ".*", {git, "git://github.com/basho/node_package.git", {branch, "develop"}}},