Update phoenix_live_view

This commit is contained in:
Claudio Ortolina
2024-10-17 22:07:36 +01:00
parent 4e5715bf0b
commit 76df43c289
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ defmodule MusicLibrary.MixProject do
{:vix, "~> 0.30.0"},
{:nimble_parsec, "~> 1.4"},
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
{:phoenix_live_view, "~> 1.0.0-rc.7", override: true},
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2"},
{:phoenix_live_dashboard, "~> 0.8.3"},