We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942f8ac commit c2c322fCopy full SHA for c2c322f
1 file changed
mix.exs
@@ -84,7 +84,7 @@ defmodule EctoSQL.MixProject do
84
if path = System.get_env("POSTGREX_PATH") do
85
{:postgrex, path: path}
86
else
87
- {:postgrex, "~> 0.16.0 or ~> 0.17.0 or ~> 1.0", optional: true}
+ {:postgrex, "~> 0.16 or ~> 1.0", optional: true}
88
end
89
90
0 commit comments