aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2168cd0..de4861f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -20,7 +20,8 @@ defmodule Zendex.Mixfile do
[{:httpoison, "~> 0.9"},
{:poison, "~> 2.2"},
{:ex_doc, ">= 0.0.0", only: :dev},
- {:credo, "~> 0.4", only: :dev}]
+ {:credo, "~> 0.4", only: :dev},
+ {:dialyxir, "~> 0.3", only: :dev}]
end
defp description do