Add ex_doc as a dependency

This commit is contained in:
Liru 2019-04-28 18:16:27 -04:00
parent d6fd9484c8
commit ffe7ff45b5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ defmodule Aife.MixProject do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
]
end
end