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:
parent
c1b9038447
commit
d9ede473dd
1 changed files with 1 additions and 1 deletions
|
@ -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"}}}
|
||||
]}.
|
||||
|
|
Loading…
Reference in a new issue