Skip to content

Commit

Permalink
Allow lager 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Allen committed Dec 14, 2015
1 parent e2d27f0 commit 02c5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{cover_enabled, true}.
{deps, [
{lager, "3.*", {git, "git://github.com/basho/lager", {tag, "3.0.2"}}}
{lager, "(2|3).*", {git, "git://github.com/basho/lager", {tag, "3.0.2"}}}
]}.

0 comments on commit 02c5c20

Please sign in to comment.