fix: allow future versions of ash rc

This commit is contained in:
Zach Daniel 2024-04-02 12:33:20 -04:00
parent 4084a2ce5c
commit 99a12ee4a5

View file

@ -173,7 +173,7 @@ defmodule AshAuthentication.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, ash_version("== 3.0.0-rc.6")},
{:ash, ash_version("~> 3.0.0-rc and >= 3.0.0-rc.6")},
{:assent, "~> 0.2 and >= 0.2.8"},
{:bcrypt_elixir, "~> 3.0"},
{:castore, "~> 1.0"},