fix: loosen rc requirements

This commit is contained in:
Zach Daniel 2024-04-02 12:35:08 -04:00
parent 140052fbef
commit cc696e6f42

View file

@ -109,9 +109,9 @@ defmodule AshAuthentication.Phoenix.MixProject do
# Run "mix help deps" to learn about dependencies. # Run "mix help deps" to learn about dependencies.
defp deps do defp deps do
[ [
{:ash_authentication, "== 4.0.0-rc.1"}, {:ash_authentication, "~> 4.0.0-rc.1"},
{:ash_phoenix, "== 2.0.0-rc.1"}, {:ash_phoenix, "~> 2.0.0-rc.1"},
{:ash, "== 3.0.0-rc.6"}, {:ash, "~> 3.0.0-rc.6"},
{:jason, "~> 1.0"}, {:jason, "~> 1.0"},
{:phoenix_html, "~> 4.0"}, {:phoenix_html, "~> 4.0"},
{:phoenix_html_helpers, "~> 1.0"}, {:phoenix_html_helpers, "~> 1.0"},