Can't use absinthe_phoenix with phoenix v1.6.0
richardrissanen opened this issue · 3 comments
richardrissanen commented
Attempting to upgrade phoenix and getting this error:
Failed to use "phoenix" (versions 1.6.0 to 1.6.9) because
absinthe_phoenix (version 2.0.2) requires ~> 1.5
benwilson512 commented
Can you show your mix.exs
file? ~> 1.5
is compatible with 1.6.0
so I don't understand this error.
benwilson512 commented
iex(2)> Version.match?("1.6.9", "~> 1.5")
true
benwilson512 commented
From our local app:
mix deps|grep phoenix
* absinthe_phoenix 2.0.1 (Hex package) (mix)
locked at 2.0.1 (absinthe_phoenix) e773adc8
* phoenix 1.6.6 (Hex package) (mix)
locked at 1.6.6 (phoenix) 807bd646