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

Poison version > 3 breaking? #266

Open
aikomastboom opened this issue Aug 23, 2021 · 1 comment
Open

Poison version > 3 breaking? #266

aikomastboom opened this issue Aug 23, 2021 · 1 comment

Comments

@aikomastboom
Copy link

Mix.ex of phoenix_swagger

  {:poison, "~> 2.2 or ~> 3.0", optional: true},

My Mix.ex

  {:poison, "~> 5.0"},
$ mix deps.get                                     
Resolving Hex dependencies...

Failed to use "poison" because
  phoenix_swagger (version 0.8.2) requires ~> 2.2 or ~> 3.0
  mix.exs specifies ~> 5.0

Does phoenix_swagger break with a version of Poison higher than 3 ?

@fastjames
Copy link
Contributor

I added v4 and v5 to the mix entry in #275 and the tests passed, so I suspect it is OK.

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