Skip to content

Commit

Permalink
Relax postgrex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 18, 2024
1 parent 98fbe74 commit 4cbbd26
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 @@ -54,7 +54,7 @@ defmodule PhoenixEcto.Mixfile do
{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.1", optional: true},
{:ecto, "~> 3.5"},
{:plug, "~> 1.9"},
{:postgrex, "~> 0.17", optional: true},
{:postgrex, "~> 0.16 or ~> 1.0", optional: true},
{:ex_doc, ">= 0.0.0", only: :docs}
]
end
Expand Down

0 comments on commit 4cbbd26

Please sign in to comment.