Skip to content

Commit

Permalink
Relax myxql dependency (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Jun 4, 2024
1 parent a3c15a2 commit 312070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule EctoSQL.MixProject do
if path = System.get_env("MYXQL_PATH") do
{:myxql, path: path}
else
{:myxql, "~> 0.6.0", optional: true}
{:myxql, "~> 0.6", optional: true}
end
end

Expand Down

0 comments on commit 312070d

Please sign in to comment.