Skip to content

Commit

Permalink
Version lock LiveView to less than v0.20.3
Browse files Browse the repository at this point in the history
Closes #109
  • Loading branch information
bcardarella committed Jan 5, 2024
1 parent d4ef835 commit 58b1fe8
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 LiveViewNative.MixProject do
[
{:phoenix, "~> 1.7"},
{:phoenix_view, "~> 2.0"},
{:phoenix_live_view, ">= 0.18.0"},
{:phoenix_live_view, "< 0.20.3"},
{:phoenix_live_reload, "~> 1.4", only: :test},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
Expand Down

0 comments on commit 58b1fe8

Please sign in to comment.