Skip to content

Commit

Permalink
Merge pull request #85 from Flo0807/update-lv-version
Browse files Browse the repository at this point in the history
Set `phoenix_live_view` version to greater than 0.18.0
  • Loading branch information
Flo0807 authored Dec 7, 2024
2 parents cf5fe7a + c2151ac commit e6accca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Flagpack.MixProject do

defp deps do
[
{:phoenix_live_view, "~> 0.20.0"},
{:phoenix_live_view, ">= 0.18.0"},
{:ex_doc, "~> 0.35.0", only: :dev, runtime: false}
]
end
Expand Down

0 comments on commit e6accca

Please sign in to comment.