Skip to content

Commit

Permalink
Reorder dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Aug 14, 2020
1 parent 1a3be67 commit 0db357e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ defmodule Hush.MixProject do
defp deps do
[
{:mox, "~> 0.5", only: :test},
{:ex_check, "~> 0.12.0", only: :dev, runtime: false},
{:credo, "~> 1.4.0", only: :dev, runtime: false},
{:dialyxir, "~> 1.0.0", only: :dev, runtime: false},
{:sobelow, "~> 0.10.3", only: :dev, runtime: false},
{:ex_check, "~> 0.12.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:excoveralls, "~> 0.12", only: :test, runtime: false}
{:excoveralls, "~> 0.12", only: :test, runtime: false},
{:sobelow, "~> 0.10.3", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 0db357e

Please sign in to comment.