Skip to content

Commit bcae4f0

Browse files
committed
Allow Postgrex 1.0
1 parent 295a2a4 commit bcae4f0

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
@@ -85,7 +85,7 @@ defmodule EctoSQL.MixProject do
8585
if path = System.get_env("POSTGREX_PATH") do
8686
{:postgrex, path: path}
8787
else
88-
{:postgrex, "~> 0.15.0", optional: true}
88+
{:postgrex, "~> 0.15.0 or ~> 1.0", optional: true}
8989
end
9090
end
9191

0 commit comments

Comments
 (0)