Skip to content

Commit

Permalink
improvement: allow phoenix_live_view rc
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 17, 2024
1 parent 5c9eafb commit 8bbe0fa
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 @@ -131,7 +131,7 @@ defmodule AshPhoenix.MixProject do
{:ash, ash_version("~> 3.0 and >= 3.4.31")},
{:phoenix, "~> 1.5.6 or ~> 1.6"},
{:phoenix_html, "~> 4.0"},
{:phoenix_live_view, "~> 0.20.3 or ~> 1.0"},
{:phoenix_live_view, "~> 0.20.3 or ~> 1.0 or ~> 1.0.0-rc.1"},
{:simple_sat, "~> 0.1", only: [:dev, :test]},
{:git_ops, "~> 2.5", only: [:dev, :test]},
{:ex_doc, "~> 0.32", only: [:dev, :test], override: true},
Expand Down

0 comments on commit 8bbe0fa

Please sign in to comment.