improvement: require spark ~> 1.0 (#261)

This commit is contained in:
Zach Daniel 2023-04-09 16:22:20 -04:00 committed by GitHub
parent a9b8700392
commit 935f862e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ defmodule AshAuthentication.MixProject do
defp deps do
[
{:ash, ash_version("~> 2.5 and >= 2.5.11")},
{:spark, "~> 0.4 and >= 0.4.1 or ~> 1.0"},
{:spark, "~> 1.0"},
{:jason, "~> 1.4"},
{:joken, "~> 2.5"},
{:plug, "~> 1.13"},