Skip to content

Commit c2151ac

Browse files
committed
Update phoenix_live_view dependency
1 parent cf5fe7a commit c2151ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Flagpack.MixProject do
4242

4343
defp deps do
4444
[
45-
{:phoenix_live_view, "~> 0.20.0"},
45+
{:phoenix_live_view, ">= 0.18.0"},
4646
{:ex_doc, "~> 0.35.0", only: :dev, runtime: false}
4747
]
4848
end

0 commit comments

Comments
 (0)