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

More stringent dependency version on extreme #18

Open
drozzy opened this issue Sep 9, 2018 · 0 comments
Open

More stringent dependency version on extreme #18

drozzy opened this issue Sep 9, 2018 · 0 comments

Comments

@drozzy
Copy link

drozzy commented Sep 9, 2018

Instead of:

      {:extreme, "~> 0.11"},

we need to do:

      {:extreme, "~> 0.11.0"},

This is because with the first option, mix pulls down extreme 0.13 automatically, which depends on new elixir_uuid renamed library. Fixing to 0.11.0 makes it download extreme 0.11.

I fixed this in my fork. But you might want to fix it here if you don't want to accept the full PR for other stuff: #17

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

1 participant