Skip to content

Commit

Permalink
Update lager requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Aug 15, 2013
1 parent e068d55 commit 9280f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -11,7 +11,7 @@ defmodule Lagerex.MixFile do
def application, do: [] def application, do: []


defp deps do defp deps do
[{:lager, %r(.*), git: "https://github.com/basho/lager"}] [{:lager, github: "basho/lager"}]
end end


end end
3 changes: 2 additions & 1 deletion mix.lock
@@ -1 +1,2 @@
[ "lager": {:git,"https://github.com/basho/lager","e749242087706e480ecb530d99c5615e7e0dc7d6",[]} ] [ "goldrush": {:git, "git://github.com/DeadZen/goldrush.git", "879c69874a555b2c13498aa4a3da6f6bbbb6a031", [{:tag, "879c69874a"}]},
"lager": {:git, "git://github.com/basho/lager.git", "2965c23f46301afeb7d62f6fbac99b3ab367f6b2", []} ]

0 comments on commit 9280f2c

Please sign in to comment.