Skip to content

Commit aee08e6

Browse files
committed
extra_applications instead of applications
1 parent fed973b commit aee08e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Mongo.Ecto.Mixfile do
2222
#
2323
# Type `mix help compile.app` for more information.
2424
def application do
25-
[applications: [:ecto, :mongodb_driver, :logger, :telemetry]]
25+
[extra_applications: [:logger]]
2626
end
2727

2828
defp deps do

0 commit comments

Comments
 (0)