Remove unnecessary dependency on Plug (#61)

The plug dependency is not needed since Phoenix provides it.
This commit is contained in:
Michał Łępicki 2020-03-19 16:02:08 +01:00 committed by GitHub
parent 7d1e436ac6
commit 997b62b9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,6 @@ defmodule Temple.MixProject do
{:ex_doc, "~> 0.0", only: [:dev], runtime: false},
{:html_sanitize_ex, "~> 1.3", only: [:dev, :test], runtime: false},
{:phoenix, "~> 1.4", optional: true},
{:plug, "~> 1.8", optional: true},
{:floki, "~> 0.23.0", only: [:dev, :test], runtime: false}
]
end