chore: update Ash to 2.2

This commit is contained in:
Josh Price 2022-10-25 22:44:21 +11:00 committed by GitHub
parent e5dd770c0c
commit 7ea18e3158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ defmodule AshGenServer.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, "~> 2.0.0-rc.9"},
{:ash, "~> 2.2"},
{:credo, "~> 1.6", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: [:dev, :test]},
{:doctor, "~> 0.18", only: [:dev, :test]},