Skip to content

Commit 8512501

Browse files
chore(deps): update dependency phoenix_html to v4
1 parent 772dacd commit 8512501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule Move.MixProject do
4040
defp deps do
4141
[
4242
{:phoenix, "~> 1.5.6"},
43-
{:phoenix_html, "~> 2.11"},
43+
{:phoenix_html, "~> 4.0"},
4444
{:phoenix_live_reload, "~> 1.2", only: :dev},
4545
{:phoenix_live_dashboard, "~> 0.4.0"},
4646
{:telemetry_metrics, "~> 0.6"},

0 commit comments

Comments
 (0)