Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile dependency from mix.exs #30

Open
sclearion opened this issue Dec 5, 2014 · 1 comment
Open

Cannot compile dependency from mix.exs #30

sclearion opened this issue Dec 5, 2014 · 1 comment

Comments

@sclearion
Copy link

Im getting this error when I try to include this lib as a dependency:

** (Mix) No package with the name amnesia in registry

Here is my markup:

defp deps do
[
{:amnesia, "~> 0.1.1"},
{:collector, in_umbrella: true}
]
end

What am I doing wrong or how should I include it in my project manually

@meh
Copy link
Owner

meh commented Dec 5, 2014

You should use the version from github, I haven't published this as a package yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants