chore: Merge branch 'StephanH90-fix/make-ash-postgres-optional'

This commit is contained in:
James Harton 2024-01-31 10:34:02 +13:00
commit 849bd23c82
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -185,7 +185,7 @@ defmodule AshAuthentication.MixProject do
{:absinthe_plug, "~> 1.5", only: [:dev, :test]},
{:ash_graphql, "~> 0.21", only: [:dev, :test]},
{:ash_json_api, "~> 0.30", only: [:dev, :test]},
{:ash_postgres, "~> 1.4.0", only: [:dev, :test]},
{:ash_postgres, "~> 1.4.0", optional: true},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
{:doctor, "~> 0.18", only: [:dev, :test]},