Skip to content

Commit

Permalink
Make ex_doc optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 3, 2021
1 parent 90ac8cc commit 5165d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule CldrCollation.MixProject do
defp deps do
[
{:elixir_make, "~> 0.4", runtime: false},
{:ex_doc, "~> 0.19", only: [:dev, :release]},
{:ex_doc, "~> 0.19", only: [:dev, :release], runtime: false, optional: true},
{:ex_cldr, "~> 2.0"},
{:jason, "~> 1.0"}
]
Expand Down

0 comments on commit 5165d18

Please sign in to comment.