diff --git a/mix.exs b/mix.exs index c59df5b..6c8efdd 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.4"}, {:cubdb, "~> 2.0"}, {:spark, "~> 2.1"}, {:earmark, ">= 0.0.0"},