Skip to content

Commit

Permalink
Update excoveralls to version 0.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jan 19, 2016
1 parent 4b28b5a commit 1240703
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down

0 comments on commit 1240703

Please sign in to comment.