khia / exlager

Elixir binding for lager
Apache License 2.0
66 stars 36 forks source link

removed regexp version matching from mix.exs #8

Closed FredrikSandell closed 10 years ago

FredrikSandell commented 11 years ago

When adding exlager as a dep in my mix project I got the following error: * (Mix) Dependency specified in the wrong format: {:lager, %r".", [git: "https://github.com/basho/lager.git"]}, expected { app :: atom, opts :: Keyword.t } | { app :: atom, requirement :: String.t , opts :: Keyword.t } Triggered by the depedency listing in the exlager project. Removed the regexp and it seems to work fine now.