aboutsummaryrefslogtreecommitdiff
path: root/shard/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shard/mix.exs')
-rw-r--r--shard/mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/shard/mix.exs b/shard/mix.exs
index 7192feb..14d0581 100644
--- a/shard/mix.exs
+++ b/shard/mix.exs
@@ -26,6 +26,7 @@ defmodule Shard.MixProject do
defp deps do
[
{:excoveralls, "~> 0.10", only: :test},
+ {:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:salty, "~> 0.1.3", hex: :libsalty},
]