oban-bg/oban

Support LiveView v0.19.x

Closed this issue · 2 comments

Environment

  • Oban Version: 2.9.6
  • Elixir & Erlang/OTP Versions (elixir --version): Erlang/OTP 26 Elixir 1.14.5

Current Behavior

There is a dependency clash happening when trying to update my app to LiveView v0.19:

Because the lock depends on oban/oban_web 2.9.6 which depends on phoenix_live_view >= 0.17.4 and < 0.19.0, the lock requires phoenix_live_view >= 0.17.4 and < 0.19.0.
And because your app depends on the lock, phoenix_live_view >= 0.17.4 and < 0.19.0 is required.
So, because your app depends on phoenix_live_view ~> 0.19.0, version solving failed.

Expected Behavior

Should be able to update to LiveView v0.19.

@sorentwo thank you for the quick response!~