mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 18:25:16 +00:00
Update excoveralls to version 0.4.5.
This commit is contained in:
parent
4b28b5a979
commit
12407035ff
2
mix.exs
2
mix.exs
@ -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
|
||||
|
2
mix.lock
2
mix.lock
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user