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

Dependency version requirements are too restrictive #5

Closed
moogle19 opened this issue Nov 15, 2022 · 1 comment
Closed

Dependency version requirements are too restrictive #5

moogle19 opened this issue Nov 15, 2022 · 1 comment

Comments

@moogle19
Copy link

The version in the mix.exs are quite restrictive:

{:websock, "~> 0.4.3"},
{:plug, "~> 1.14.0"},
{:bandit, "~> 0.5.9", optional: true},

Currently bandit 0.6.0 won't work without specifying override: true.

Can we switch it to go up to the next major version (e.g. {:bandit, "~> 0.5"}) for all three?

@mtrudel
Copy link
Member

mtrudel commented Nov 15, 2022

Done & published as 0.4.5

@mtrudel mtrudel closed this as completed Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants