Skip to content

Commit

Permalink
Update adapter deps
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 23, 2022
1 parent 973065e commit 68a60d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ defmodule EctoSQL.MixProject do
if path = System.get_env("POSTGREX_PATH") do
{:postgrex, path: path}
else
{:postgrex, "~> 0.15.0 or ~> 1.0", optional: true}
{:postgrex, "~> 0.15.0 or ~> 0.16.0 or ~> 1.0", optional: true}
end
end

defp myxql_dep do
if path = System.get_env("MYXQL_PATH") do
{:myxql, path: path}
else
{:myxql, "~> 0.4.0 or ~> 0.5.0", optional: true}
{:myxql, "~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", optional: true}
end
end

Expand Down

0 comments on commit 68a60d1

Please sign in to comment.