Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Update coverex to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Oct 26, 2015
1 parent 0664166 commit 4368d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule ReleaseManager.Mixfile do
{:relx, "~> 3.5.0" },
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.10", only: :dev},
{:coverex, "~> 1.4.1", only: :test}]
{:coverex, "~> 1.4", only: :test}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.3"},
"conform": {:hex, :conform, "0.17.0"},
"coverex": {:hex, :coverex, "1.4.2"},
"coverex": {:hex, :coverex, "1.4.5"},
"earmark": {:hex, :earmark, "0.1.17"},
"erlware_commons": {:hex, :erlware_commons, "0.15.0"},
"ex_doc": {:hex, :ex_doc, "0.10.0"},
Expand All @@ -9,7 +9,7 @@
"httpoison": {:hex, :httpoison, "0.7.2"},
"idna": {:hex, :idna, "1.0.2"},
"neotoma": {:hex, :neotoma, "1.7.3"},
"poison": {:hex, :poison, "1.4.0"},
"poison": {:hex, :poison, "1.5.0"},
"providers": {:hex, :providers, "1.4.1"},
"relx": {:hex, :relx, "3.5.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}

0 comments on commit 4368d84

Please sign in to comment.