Add eh for documentation lookup
This commit is contained in:
parent
c0eb9ec41f
commit
f3514497fd
1
mix.exs
1
mix.exs
|
|
@ -42,6 +42,7 @@ defmodule Isn.Mixfile do
|
|||
defp deps do
|
||||
[{:postgrex, "~> 0.8.1"},
|
||||
{:ecto, "~> 0.11.0"},
|
||||
{:eh, "~> 0.2.0"},
|
||||
{:ex_doc, "~> 0.6.1", only: :dev}]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue