diff --git a/mix.exs b/mix.exs index 09c33eab1..a9f1c479d 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,7 @@ defmodule Phoenix.LiveView.MixProject do defp deps do [ - {:phoenix, "~> 1.6.0 or ~> 1.7.0-rc"}, + {:phoenix, "~> 1.6.0 or ~> 1.7.0"}, {:phoenix_html, "~> 3.1"}, {:esbuild, "~> 0.2", only: :dev}, {:telemetry, "~> 0.4.2 or ~> 1.0"},