Update excoveralls to version 0.4.5.

This commit is contained in:
Jon Parise 2016-01-18 19:42:27 -08:00
parent 4b28b5a979
commit 12407035ff
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ defmodule Thrift.Mixfile do
end
defp deps do
[{:excoveralls, github: "parroty/excoveralls", tag: "v0.4.3", override: true, only: :test}]
[{:excoveralls, github: "parroty/excoveralls", tag: "v0.4.5", override: true, only: :test}]
end
defp description do

View File

@ -1,5 +1,5 @@
%{"certifi": {:hex, :certifi, "0.3.0"},
"excoveralls": {:git, "https://github.com/parroty/excoveralls.git", "a0d3d57b7137f3204690e4126a82d48d985a09fb", [tag: "v0.4.3"]},
"excoveralls": {:git, "https://github.com/parroty/excoveralls.git", "a0d3d57b7137f3204690e4126a82d48d985a09fb", [tag: "v0.4.5"]},
"exjsx": {:hex, :exjsx, "3.2.0"},
"hackney": {:hex, :hackney, "1.4.8"},
"idna": {:hex, :idna, "1.0.3"},