From 06cb7e78485bd5df10b22894fd8d671a847931dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Apr 2024 10:20:52 +1300 Subject: [PATCH] chore(deps): update dependency ash to == 3.0.0-rc.7 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c53fe02..9220a39 100644 --- a/mix.exs +++ b/mix.exs @@ -70,7 +70,7 @@ defmodule AshCubDB.MixProject do opts = [only: ~w[dev test]a, runtime: false] [ - {:ash, "== 3.0.0-rc.5"}, + {:ash, "== 3.0.0-rc.7"}, {:cubdb, "~> 2.0"}, {:spark, "~> 2.1"}, {:earmark, ">= 0.0.0"},