Skip to content

Commit

Permalink
Merge pull request #106 from fcevado/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
fcevado committed Sep 4, 2017
2 parents 10b406a + fe90582 commit 97e468d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ defmodule Phone.Mixfile do

defp deps do
[
{:coverex, "1.4.12", only: :test},
{:credo, "0.7.2", only: :dev},
{:earmark, "1.2.0", only: :dev},
{:ex_doc, "0.15.0", only: :dev},
{:benchfella, "0.3.4", only: :dev},
{:coverex, "1.4.15", only: :test},
{:credo, "0.8.6", only: :dev},
{:earmark, "1.2.3", only: :dev},
{:ex_doc, "0.16.3", only: :dev},
{:benchfella, "0.3.5", only: :dev},
{:inch_ex, "0.5.6", only: :docs}
]
end
Expand Down

0 comments on commit 97e468d

Please sign in to comment.