We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973065e commit 68a60d1Copy full SHA for 68a60d1
mix.exs
@@ -85,15 +85,15 @@ defmodule EctoSQL.MixProject do
85
if path = System.get_env("POSTGREX_PATH") do
86
{:postgrex, path: path}
87
else
88
- {:postgrex, "~> 0.15.0 or ~> 1.0", optional: true}
+ {:postgrex, "~> 0.15.0 or ~> 0.16.0 or ~> 1.0", optional: true}
89
end
90
91
92
defp myxql_dep do
93
if path = System.get_env("MYXQL_PATH") do
94
{:myxql, path: path}
95
96
- {:myxql, "~> 0.4.0 or ~> 0.5.0", optional: true}
+ {:myxql, "~> 0.4.0 or ~> 0.5.0 or ~> 0.6.0", optional: true}
97
98
99
0 commit comments