Skip to content

Commit 7a17900

Browse files
committed
Use development version of InchEx
This is needed to avoid the following error: ``` (InchEx.Docs.Retriever.Error) module Mix.Tasks.Scenic.Hash was not compiled with flag --docs ```
1 parent a71c5c5 commit 7a17900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ defmodule Scenic.Mixfile do
9999
{:ex_doc, ">= 0.0.0", only: [:dev]},
100100
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
101101
{:excoveralls, ">= 0.0.0", only: :test, runtime: false},
102-
{:inch_ex, ">= 0.0.0", only: :dev, runtime: false},
102+
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test], runtime: false},
103103
{:dialyxir, "~> 0.5", only: :dev, runtime: false}
104104
]
105105
end

0 commit comments

Comments
 (0)