We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c43fe commit 6e62bd8Copy full SHA for 6e62bd8
mix.exs
@@ -25,7 +25,7 @@ defmodule HttpRouter.Mixfile do
25
{ :xml_builder, "~> 0.0.5" },
26
{ :earmark, "~> 0.1.10", only: :docs },
27
{ :ex_doc, "~> 0.6.1", only: :docs },
28
- { :inch_ci, only: :docs },
+ { :inch_ex, only: :docs },
29
{ :excoveralls, "~> 0.3.4", only: :test },
30
{ :dialyze, "~> 0.1.3", only: :test } ]
31
end
0 commit comments