There was an error while loading. Please reload this page.
1 parent facc0fd commit f6aa97dCopy full SHA for f6aa97d
1 file changed
mix.exs
@@ -23,7 +23,8 @@ defmodule Redix.Mixfile do
23
# Dialyzer
24
dialyzer: [
25
plt_local_path: "plts",
26
- plt_core_path: "plts"
+ plt_core_path: "plts",
27
+ plt_add_apps: [:ex_unit]
28
],
29
30
# Hex
0 commit comments