From 92300ad8cd8e10edb6c340aa4e8d7b7f52612acb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Mar 2024 23:20:14 +0000 Subject: [PATCH] chore(deps): update dependency spark to ~> and 1.1 and >= 1.1.39 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c266950..edaa272 100644 --- a/mix.exs +++ b/mix.exs @@ -72,7 +72,7 @@ defmodule AshCubDB.MixProject do [ {:ash, "~> 2.13"}, {:cubdb, "~> 2.0"}, - {:spark, "~> 1.1 and >= 1.1.39"}, + {:spark, "~> and 1.1 and >= 1.1.39"}, {:earmark, ">= 0.0.0"}, {:credo, "~> 1.7", opts}, {:dialyxir, "~> 1.3", opts},