Skip to content

Commit

Permalink
Merge pull request naymspace#651 from zachdaniel/upgrade-ash-postgres
Browse files Browse the repository at this point in the history
improvement: don't pin AshPostgres to an old version
  • Loading branch information
pehbehbeh authored Nov 4, 2024
2 parents 66c3541 + 495ff0f commit c350741
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Backpex.MixProject do
{:postgrex, ">= 0.0.0"},
{:phoenix_ecto, "~> 4.4"},
{:ash, "~> 3.0", optional: true},
{:ash_postgres, "~> 2.0.0", optional: true}
{:ash_postgres, "~> 2.0", optional: true}
]
end

Expand Down
Loading

0 comments on commit c350741

Please sign in to comment.