We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You should use the version from github, I haven't published this as a package yet.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: