Deprecation warnings on a brand new project: warning: Plug.Conn.WrapperError.reraise/3 is deprecated

Alternatively, you can just lock plug to 1.5.0 in mix.exs:

{:plug, "1.5.0"}