Skip to content

Commit

Permalink
Merge pull request #17 from curtisault/deps-update
Browse files Browse the repository at this point in the history
LiveView v0.20 Required for `stream_configure`
  • Loading branch information
srcrip committed Jul 6, 2024
2 parents 1842c30 + c71347a commit 9e77ee7
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 @@ -33,7 +33,7 @@ defmodule LiveToast.MixProject do
defp deps do
[
{:phoenix, ">= 1.7.0"},
{:phoenix_live_view, ">= 0.18.0"},
{:phoenix_live_view, ">= 0.20.0"},
{:ecto, ">= 3.11.0"},
{:esbuild, "~> 0.2", only: :dev},
{:bandit, "~> 1.1", only: :dev},
Expand Down

0 comments on commit 9e77ee7

Please sign in to comment.