summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d67ed26..17d8138 100644
--- a/mix.exs
+++ b/mix.exs
@@ -22,7 +22,10 @@ defmodule AzureEx.MixProject do
defp deps do
[
{:httpoison, "~> 1.7"},
- {:typed_struct, "~> 0.2.1"}
+ {:typed_struct, "~> 0.2.1"},
+ {:dialyxir, "~> 1.0", only: [:dev], runtime: false},
+ {:jason, "~> 1.2"},
+ {:credo, "~> 1.4", only: [:dev, :test], runtime: false}
]
end
end