Skip to content

Commit 2cbe0d2

Browse files
Fix compilation issue
See elixir-lang/elixir#12913 (comment)
1 parent 9224d1f commit 2cbe0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule ScrivenerHtml.Mixfile do
2929
# Type `mix help compile.app` for more information
3030
def application do
3131
[
32-
applications: [:logger]
32+
extra_applications: [:logger]
3333
]
3434
end
3535

0 commit comments

Comments
 (0)