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

[BUG] Dependencies incompatible with latest Phoenix. #182

Closed
mveytsman opened this issue Nov 21, 2022 · 2 comments
Closed

[BUG] Dependencies incompatible with latest Phoenix. #182

mveytsman opened this issue Nov 21, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mveytsman
Copy link

I get the following issue when upgrading Phoenix to 1.7.0-rc.0 on a project with prom_ex:

Failed to use "plug_cowboy" (version 2.6.0) because
  phoenix (version 1.7.0-rc.0) requires ~> 2.6
  prom_ex (version 1.7.1) requires ~> 2.5.1
  mix.lock specifies 2.6.0

Could we have a release with an updated plug_cowboy dependency?

I see there's a PR #162 which loosens version requirements which will solve this.

@mveytsman mveytsman added the bug Something isn't working label Nov 21, 2022
@mikl
Copy link
Sponsor

mikl commented Nov 25, 2022

Just a FYI for anyone struggling with this, you can override this resolution problem by adding this to your mix.exs:

{:plug_cowboy, "~> 2.6", override: true},

@tmartin8080
Copy link
Collaborator

Closing, addressed in #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants