Bump lager to 2.2.0

That brings it up to the latest release of 2.x; should consider
using lager 3 though.
This commit is contained in:
Mark Allen 2015-10-08 15:48:04 -05:00
parent c1b9038447
commit d9ede473dd

View file

@ -5,7 +5,7 @@
{edoc_opts, [{dir, "./edoc"}]}.
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.1"}}},
{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"}}}
]}.