From c36decf7573d42658fd36fbb9ab55edc4572d244 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 17 May 2024 17:18:43 -0500 Subject: [PATCH] chore: update ash version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 15b2d8d..4e94435 100644 --- a/mix.exs +++ b/mix.exs @@ -70,7 +70,7 @@ defmodule AshAppsignal.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:ash, ash_version("~> 3.0.0-rc.0")}, + {:ash, ash_version("~> 3.0")}, {:appsignal, "~> 2.0"}, {:ex_doc, "~> 0.22", only: [:dev, :test], runtime: false}, {:ex_check, "~> 0.12", only: [:dev, :test]},