Update to LiveView 1.1.0

This commit is contained in:
Claudio Ortolina
2025-07-30 10:37:29 +01:00
parent cddf14e5b1
commit 7fda5db340
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ defmodule MusicLibrary.MixProject do
# UI
{:phoenix_html, "~> 4.2"},
{:phoenix_live_view, "~> 1.1.0-rc.3"},
{:phoenix_live_view, "~> 1.1"},
{:phoenix_html_helpers, "~> 1.0"},
{:heroicons,
github: "tailwindlabs/heroicons",