From 650274c36aac53fb375f612738c980e74afcf799 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Apr 2024 05:20:50 +1300 Subject: [PATCH] chore(deps): update dependency ash to == 3.0.0-rc.6 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c53fe02..fa35300 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.6"}, {:cubdb, "~> 2.0"}, {:spark, "~> 2.1"}, {:earmark, ">= 0.0.0"},