fix(deps): mark ash_postgres as optional

This commit is contained in:
Stephan Hug 2023-12-06 22:06:27 +01:00
parent d360117c2a
commit be413052d0

View file

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