Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jun 7, 2024
1 parent 312070d commit 78b50b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ defmodule EctoSQL.MixProject do
if path = System.get_env("TDS_PATH") do
{:tds, path: path}
else
{:tds, "~> 2.1.1 or ~> 2.2", optional: true}
{:tds, "~> 2.1.1 or ~> 2.2",
optional: true, github: "elixir-ecto/tds", branch: "wm-nil-as-type-string"}
end
end

Expand Down

0 comments on commit 78b50b5

Please sign in to comment.