phoenixframework / websock_adapter

Implementation of the WebSock specification for servers
MIT License
32 stars 10 forks source link

Dependency version requirements are too restrictive #5

Closed moogle19 closed 1 year ago

moogle19 commented 1 year ago

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 commented 1 year ago

Done & published as 0.4.5