diff options
Diffstat (limited to 'shard/mix.exs')
-rw-r--r-- | shard/mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shard/mix.exs b/shard/mix.exs index ec80c6b..fc10da7 100644 --- a/shard/mix.exs +++ b/shard/mix.exs @@ -28,6 +28,7 @@ defmodule Shard.MixProject do {:excoveralls, "~> 0.10", only: :test}, {:briefly, "~> 0.3", only: :test}, {:ex_doc, "~> 0.19", only: :dev, runtime: false}, + {:dialyxir, "~> 0.5", only: :dev, runtime: false}, {:enacl, git: "https://github.com/jlouis/enacl.git", tag: "0.16.0"}, # {:salty, "~> 0.1.3", hex: :libsalty}, |