We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5081bb6 commit 86c605bCopy full SHA for 86c605b
1 file changed
mix.exs
@@ -7,7 +7,7 @@ defmodule App.MixProject do
7
version: "1.4.7",
8
elixir: "~> 1.12",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
- compilers: [:phoenix] ++ Mix.compilers(),
+ compilers: Mix.compilers(),
11
start_permanent: Mix.env() == :prod,
12
aliases: aliases(),
13
deps: deps(),
@@ -46,6 +46,9 @@ defmodule App.MixProject do
46
# github.com/dwyl/auth_plug
47
{:auth_plug, "~> 1.5.0"},
48
49
+ #79
50
+ {:phoenix_view, "~> 2.0"},
51
+
52
# Check test coverage: https://github.com/parroty/excoveralls
53
{:excoveralls, "~> 0.16.0", only: :test}
54
]
0 commit comments