diff options
author | Alex Auvolat <alex@adnab.me> | 2018-11-07 15:14:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-11-07 15:14:22 +0100 |
commit | c0804534ac323b1162d3d394eda6838f63e0a582 (patch) | |
tree | bce457f103142e596a5454165d281f581db65293 /shard/mix.exs | |
parent | f25929e45cfbe25bb7401c9af126d353e1eaef86 (diff) | |
download | shard-c0804534ac323b1162d3d394eda6838f63e0a582.tar.gz shard-c0804534ac323b1162d3d394eda6838f63e0a582.zip |
Fixes thanks to Dialyzer
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}, |