Skip to content

Commit

Permalink
chore: Merge branch 'StephanH90-fix/make-ash-postgres-optional'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Jan 30, 2024
2 parents be3e352 + 9000a10 commit 849bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit 849bd23

Please sign in to comment.