I am trying to update my liveview from v0.17.5 to v0.18.16. I put this in my mix.exs file:
{:phoenix_live_view, "~> 0.18.16"},
{:floki, ">= 0.30.0", only: :test}
but I get error
Because your app depends on phoenix_live_view empty which doesn't match any versions, version solving failed.
Is this problem known and is there a workaround?