Skip to content

Commit c2c322f

Browse files
committed
Relax postgres dependency
1 parent 942f8ac commit c2c322f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defmodule EctoSQL.MixProject do
8484
if path = System.get_env("POSTGREX_PATH") do
8585
{:postgrex, path: path}
8686
else
87-
{:postgrex, "~> 0.16.0 or ~> 0.17.0 or ~> 1.0", optional: true}
87+
{:postgrex, "~> 0.16 or ~> 1.0", optional: true}
8888
end
8989
end
9090

0 commit comments

Comments
 (0)