chore: fix ash version dependency

This commit is contained in:
Zach Daniel 2021-01-09 19:56:43 -05:00
parent f5d51ecdb0
commit a5a947b680

View file

@ -79,7 +79,7 @@ defmodule AshPostgres.MixProject do
{:ecto_sql, "~> 3.5"},
{:jason, "~> 1.0"},
{:postgrex, ">= 0.0.0"},
{:ash, ash_version("~> 1.26.12")},
{:ash, ash_version("~> 1.26 and >= 1.26.12")},
{:git_ops, "~> 2.0.1", only: :dev},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:ex_check, "~> 0.11.0", only: :dev},