From 0ff3cdabfc60c0dc296d73e380bc1d7e7fe1cfcc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Mar 2024 15:20:58 +1300 Subject: [PATCH] chore(deps): update dependency ash to == 3.0.0-rc.5 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c59df5b..325f983 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.0"}, + {:ash, "== 3.0.0-rc.5"}, {:cubdb, "~> 2.0"}, {:spark, "~> 2.1"}, {:earmark, ">= 0.0.0"}, -- 2.43.4