Skip to content

Commit

Permalink
Update dependency phoenix_html to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 8, 2021
1 parent b263e22 commit fd253bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Move.MixProject do
defp deps do
[
{:phoenix, "~> 1.5.6"},
{:phoenix_html, "~> 2.11"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_dashboard, "~> 0.4.0"},
{:telemetry_metrics, "~> 0.6"},
Expand Down

0 comments on commit fd253bc

Please sign in to comment.