chore: fix spark dep

This commit is contained in:
Zach Daniel 2024-05-14 10:16:43 -04:00
parent 3f77e09b3c
commit 6ee4fb484d

View file

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