Skip to content

Commit

Permalink
chore: update ash version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 17, 2024
1 parent c213d4d commit c36decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit c36decf

Please sign in to comment.