Skip to content

Commit

Permalink
improvement: loosen postgrex version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 19, 2024
1 parent 42e2916 commit e62cf99
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 @@ -121,7 +121,7 @@ defmodule AshOban.MixProject do
[
{:ash, "~> 3.0"},
{:oban, "~> 2.15"},
{:postgrex, "~> 0.18.0"},
{:postgrex, "~> 0.18"},
# dev/test dependencies
{:simple_sat, "~> 0.1"},
{:ex_doc, "~> 0.22", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit e62cf99

Please sign in to comment.