Update dependencies

phoenix_html 4.1.1 => 4.2.0
This commit is contained in:
Claudio Ortolina
2024-12-28 11:50:54 +00:00
parent 48d8590c9b
commit 9541c60dd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ defmodule MusicLibrary.MixProject do
{:ecto_sql, "~> 3.10"},
{:ecto_sqlite3, ">= 0.0.0"},
{:ecto_sqlite3_extras, "~> 1.2.2"},
{:phoenix_html, "~> 4.1"},
{:phoenix_html, "~> 4.2"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:yaml_elixir, "~> 2.11"},
{:finch, "~> 0.19.0"},