Skip to content

Commit 86c605b

Browse files
committed
add {:phoenix_view, "~> 2.0"}, to mix.exs #79 (comment)
1 parent 5081bb6 commit 86c605b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mix.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule App.MixProject do
77
version: "1.4.7",
88
elixir: "~> 1.12",
99
elixirc_paths: elixirc_paths(Mix.env()),
10-
compilers: [:phoenix] ++ Mix.compilers(),
10+
compilers: Mix.compilers(),
1111
start_permanent: Mix.env() == :prod,
1212
aliases: aliases(),
1313
deps: deps(),
@@ -46,6 +46,9 @@ defmodule App.MixProject do
4646
# github.com/dwyl/auth_plug
4747
{:auth_plug, "~> 1.5.0"},
4848

49+
#79
50+
{:phoenix_view, "~> 2.0"},
51+
4952
# Check test coverage: https://github.com/parroty/excoveralls
5053
{:excoveralls, "~> 0.16.0", only: :test}
5154
]

0 commit comments

Comments
 (0)