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