diff --git a/mix.exs b/mix.exs index bd6deb6..197ecf9 100644 --- a/mix.exs +++ b/mix.exs @@ -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},