Elixir Programming Language Forum
Deprecation warnings on a brand new project: warning: Plug.Conn.WrapperError.reraise/3 is deprecated
Questions & Help
Questions
phoenix
,
errors
,
troubleshooting
rzane
May 22, 2018, 9:24pm
4
Alternatively, you can just lock plug to 1.5.0 in mix.exs:
{:plug, "1.5.0"}
show post in topic