Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aee08e6

Browse files
committedMar 12, 2025·
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‎

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.