Skip to content

Commit

Permalink
Fixate lager dependency on 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Dec 20, 2012
1 parent 0cd9e56 commit 6c2eb2d
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
Expand Up @@ -28,7 +28,7 @@
{escript_incl_apps, [lager, getopt]}.

{deps, [
{lager, ".*", {git, "git://github.com/basho/lager", {branch, "master"}}},
{lager, ".*", {git, "git://github.com/basho/lager", {tag, "1.2.1"}}},
{getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.4.3"}}},
{meck, ".*", {git, "git://github.com/eproxus/meck"}}
]}.
Expand Down

0 comments on commit 6c2eb2d

Please sign in to comment.