Skip to content

Commit 68a60d1

Browse files
committed
Update adapter deps
1 parent 973065e commit 68a60d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ defmodule EctoSQL.MixProject do
8585
if path = System.get_env("POSTGREX_PATH") do
8686
{:postgrex, path: path}
8787
else
88-
{:postgrex, "~> 0.15.0 or ~> 1.0", optional: true}
88+
{:postgrex, "~> 0.15.0 or ~> 0.16.0 or ~> 1.0", optional: true}
8989
end
9090
end
9191

9292
defp myxql_dep do
9393
if path = System.get_env("MYXQL_PATH") do
9494
{:myxql, path: path}
9595
else
96-
{:myxql, "~> 0.4.0 or ~> 0.5.0", optional: true}
96+
{:myxql, "~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", optional: true}
9797
end
9898
end
9999

0 commit comments

Comments
 (0)