chore: undo spark dependency change

This commit is contained in:
Zach Daniel 2024-06-26 14:21:33 -04:00
parent 30d73d5307
commit b2a6ae17cb

View file

@ -335,8 +335,7 @@ defmodule Ash.MixProject do
defp deps do
[
# DSLs
# {:spark, "~> 2.1 and >= 2.1.18"},
{:spark, path: "../spark", override: true},
{:spark, "~> 2.1 and >= 2.1.18"},
# Ash resources are backed by ecto scheams
{:ecto, "~> 3.7"},
# Used by the ETS data layer