chore: update ash

This commit is contained in:
Zach Daniel 2024-02-15 10:55:14 -05:00
parent 3fd5a7a907
commit db3634eb2b

View file

@ -158,7 +158,7 @@ defmodule AshPostgres.MixProject do
{:jason, "~> 1.0"},
{:postgrex, ">= 0.0.0"},
{:ash,
ash_version(github: "ash-project/ash", ref: "dcbccec7c36e2cad9d8366fa797b617e043b7b28")},
ash_version(github: "ash-project/ash", ref: "52e0fb8ba6226ae204db45b8cb5bffb2f6afb506")},
{:benchee, "~> 1.1", only: [:dev, :test]},
{:git_ops, "~> 2.5", only: [:dev, :test]},
{:ex_doc, github: "elixir-lang/ex_doc", only: [:dev, :test], runtime: false},