From ffe7ff45b5cf069cecabc2036102e450f6a123d8 Mon Sep 17 00:00:00 2001 From: Liru Date: Sun, 28 Apr 2019 18:16:27 -0400 Subject: [PATCH] Add ex_doc as a dependency --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 2d8864d..8b578db 100644 --- a/mix.exs +++ b/mix.exs @@ -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