Skip to content

Commit

Permalink
Relax postgres dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 18, 2024
1 parent b4329a1 commit 08bf175
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 @@ -84,7 +84,7 @@ defmodule EctoSQL.MixProject do
if path = System.get_env("POSTGREX_PATH") do
{:postgrex, path: path}
else
{:postgrex, "~> 0.16.0 or ~> 0.17.0 or ~> 1.0", optional: true}
{:postgrex, "~> 0.16 or ~> 1.0", optional: true}
end
end

Expand Down

0 comments on commit 08bf175

Please sign in to comment.