We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351983d commit 990097fCopy full SHA for 990097f
test_integrations/phoenix_app/mix.exs
@@ -38,7 +38,7 @@ defmodule PhoenixApp.MixProject do
38
{:postgrex, ">= 0.0.0"},
39
{:phoenix, "~> 1.7.14"},
40
{:phoenix_html, "~> 4.1"},
41
- {:phoenix_live_view, "~> 1.0", override: true},
+ {:phoenix_live_view, "~> 1.0"},
42
{:phoenix_live_reload, "~> 1.2", only: :dev},
43
{:floki, ">= 0.30.0", only: :test},
44
{:phoenix_live_dashboard, "~> 0.8.3"},
0 commit comments