chore: fix dep

This commit is contained in:
Zach Daniel 2024-04-20 14:44:19 +01:00
parent 4957ed28f3
commit 48a31b17da

View file

@ -173,7 +173,7 @@ defmodule AshPostgres.MixProject do
defp deps do
[
{:ash, ash_version("~> 3.0.0-rc.27")},
{:ash_sql, path: "../ash_sql"},
{:ash_sql, "~> 0.1.1-rc.7"},
{:ecto_sql, "~> 3.9"},
{:ecto, "~> 3.9"},
{:jason, "~> 1.0"},