diff --git a/mix.exs b/mix.exs index ef9eb9c8..8b280f67 100644 --- a/mix.exs +++ b/mix.exs @@ -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