amnesia icon indicating copy to clipboard operation
amnesia copied to clipboard

Cannot compile dependency from mix.exs

Open sclearion opened this issue 9 years ago • 1 comments

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

sclearion avatar Dec 05 '14 19:12 sclearion

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

meh avatar Dec 05 '14 22:12 meh