Skip to content

Commit

Permalink
Swith to the hex version of excoveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 13, 2016
1 parent 92b2ff4 commit 9ef8a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Thrift.Mixfile do
defp deps do
[{:ex_doc, "~> 0.11.4", only: :dev},
{:earmark, "~> 0.2.1", only: :dev},
{:excoveralls, github: "parroty/excoveralls", tag: "v0.4.6", override: true, only: :test}]
{:excoveralls, "~> 0.4.6", only: :test}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{"certifi": {:hex, :certifi, "0.3.0"},
"earmark": {:hex, :earmark, "0.2.1"},
"ex_doc": {:hex, :ex_doc, "0.11.4"},
"excoveralls": {:git, "https://github.com/parroty/excoveralls.git", "a0d3d57b7137f3204690e4126a82d48d985a09fb", [tag: "v0.4.6"]},
"excoveralls": {:hex, :excoveralls, "0.4.6"},
"exjsx": {:hex, :exjsx, "3.2.0"},
"hackney": {:hex, :hackney, "1.4.8"},
"idna": {:hex, :idna, "1.0.3"},
Expand Down

0 comments on commit 9ef8a89

Please sign in to comment.