aboutsummaryrefslogtreecommitdiff
path: root/apps/util/mix.exs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-02-17 02:08:09 -0500
committerNathan Perry <np@nathanperry.dev>2020-02-17 02:08:09 -0500
commit19b6ba3153eb5f21b0b38c6a7889e0aef82356f4 (patch)
tree3c389216dbb4973fbc1289a2c979b50a173379f3 /apps/util/mix.exs
parent021108b2c9a34c05d2b1e3e7899c29d8de463e41 (diff)
rework a bunch of stuffelixir.prev.2
Diffstat (limited to 'apps/util/mix.exs')
-rw-r--r--apps/util/mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/util/mix.exs b/apps/util/mix.exs
index a0caff9..ce9c72b 100644
--- a/apps/util/mix.exs
+++ b/apps/util/mix.exs
@@ -22,6 +22,9 @@ defmodule Thulani.Util.MixProject do
end
defp deps do
- []
+ [
+ {:dialyxir, "~>1.0.0-rc.7", only: [:dev], runtime: false},
+ {:credo, "~> 1.2", only: [:dev, :test], runtime: false}
+ ]
end
end