fix: depend on latest spark

This commit is contained in:
Zach Daniel 2022-12-08 01:19:46 -05:00
parent d582bcbe07
commit c73630097c

View file

@ -220,7 +220,7 @@ defmodule Ash.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:spark, "~> 0.2 and >= 0.2.10"},
{:spark, "~> 0.2 and >= 0.2.18"},
{:ecto, "~> 3.7"},
{:ets, "~> 0.8.0"},
{:decimal, "~> 2.0"},