diff --git a/mix.exs b/mix.exs index 697f126..0c9dc12 100644 --- a/mix.exs +++ b/mix.exs @@ -25,7 +25,7 @@ defmodule TDS.Ecto.Mixfile do [ {:ecto, ">= 2.0.0"}, # {:tds, path: "../tds"}, - {:tds, github: "livehelpnow/tds", tag: "v1.0.0"}, + {:tds, github: "livehelpnow/tds"}, {:poison, ">= 0.0.0", only: :test} ] end