From 84aa8d6c0ceda9bdc04ea21106088268b5fd42bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Feb 2024 11:28:26 +1300 Subject: [PATCH] chore(deps): update dependency spark to v2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b7e4bfc..390f711 100644 --- a/mix.exs +++ b/mix.exs @@ -68,7 +68,7 @@ defmodule AshCubDB.MixProject do [ {:ash, "~> 2.13"}, {:cubdb, "~> 2.0"}, - {:spark, "~> 1.1 and >= 1.1.39"}, + {:spark, "== 2.0.1"}, {:earmark, ">= 0.0.0"}, {:credo, "~> 1.7", opts}, {:dialyxir, "~> 1.3", opts},