Skip to content

Commit

Permalink
Bump deps requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jun 10, 2017
1 parent 055b8ae commit d091c8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ defmodule Protox.Mixfile do

defp deps do
[
{:credo, "~> 0.6", only: [:dev]},
{:dialyxir, "~> 0.4", only: [:dev], runtime: false},
{:ex_doc, "~> 0.14", only: [:dev]},
{:excoveralls, "~> 0.5", only: :test},
{:credo, "~> 0.7", only: [:dev]},
{:dialyxir, "~> 0.5", only: [:dev], runtime: false},
{:excoveralls, "~> 0.6", only: :test},
{:ex_doc, "~> 0.16", only: [:dev]},
{:inch_ex, "~> 0.5.5", only: :docs},
]
end
Expand Down

0 comments on commit d091c8a

Please sign in to comment.