Skip to content

Commit

Permalink
removing tds dependecy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaric committed Oct 2, 2017
1 parent bf1bcc6 commit d5367c2
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 @@ -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
Expand Down

0 comments on commit d5367c2

Please sign in to comment.