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

Support LiveView v0.19.x #907

Closed
luka-TU opened this issue Jun 1, 2023 · 2 comments
Closed

Support LiveView v0.19.x #907

luka-TU opened this issue Jun 1, 2023 · 2 comments
Assignees
Labels
area:web Related to Oban Web kind:chore Internal improvements

Comments

@luka-TU
Copy link

luka-TU commented Jun 1, 2023

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 sorentwo self-assigned this Jun 1, 2023
@sorentwo sorentwo added area:web Related to Oban Web kind:chore Internal improvements labels Jun 1, 2023
@sorentwo
Copy link
Owner

sorentwo commented Jun 1, 2023

Done! Web v2.9.7 is out: https://getoban.pro/releases/web#2.9.7

@sorentwo sorentwo closed this as completed Jun 1, 2023
@luka-TU
Copy link
Author

luka-TU commented Jun 2, 2023

@sorentwo thank you for the quick response!~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:web Related to Oban Web kind:chore Internal improvements
Projects
None yet
Development

No branches or pull requests

2 participants