absinthe-graphql/absinthe_phoenix

Can't use absinthe_phoenix with phoenix v1.6.0

richardrissanen opened this issue · 3 comments

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

Can you show your mix.exs file? ~> 1.5 is compatible with 1.6.0 so I don't understand this error.

iex(2)> Version.match?("1.6.9", "~> 1.5")
true

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