Skip to content

Commit

Permalink
depend on ex_doc only on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Apr 24, 2020
1 parent 8a1fb87 commit 47f6357
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 @@ -29,11 +29,11 @@ defmodule GcsSignedUrl.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:dialyxir, "~> 0.5", only: [:dev], runtime: false},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 0.5", only: [:dev], runtime: false},
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:excoveralls, "~> 0.12.3", only: :test},
{:jason, "~> 1.2"},
{:ex_doc, "~> 0.21"}
{:jason, "~> 1.2"}
]
end

Expand Down

0 comments on commit 47f6357

Please sign in to comment.