aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-12 09:04:00 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-12 09:04:00 +0100
commitc0a2865d8d26bbbee42969c5e67fd924afb734af (patch)
treed0fde1995dea55b0881e1e4f2cc6a41f6152d080 /mix.exs
parent737ca346ba7a3ba7cdb15268a59b238b147fb2ea (diff)
downloadzendex-c0a2865d8d26bbbee42969c5e67fd924afb734af.tar.gz
zendex-c0a2865d8d26bbbee42969c5e67fd924afb734af.tar.xz
Adding dialyxir to project.
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