chore: simplify rc dependency

This commit is contained in:
Zach Daniel 2024-04-02 12:35:29 -04:00
parent 99a12ee4a5
commit 856eee1f9e

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 and >= 3.0.0-rc.6")},
{:ash, ash_version("~> 3.0.0-rc.6")},
{:assent, "~> 0.2 and >= 0.2.8"},
{:bcrypt_elixir, "~> 3.0"},
{:castore, "~> 1.0"},