Skip to content

Commit

Permalink
Add :crypto to extra_applications to prevent warnings when running
Browse files Browse the repository at this point in the history
`mix deps.compile`
  • Loading branch information
Fadhil committed Jan 18, 2021
1 parent 2baaebc commit acaac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule EventBus.Mixfile do
# Type "mix help compile.app" for more information
def application do
# Specify extra applications you'll use from Erlang/Elixir
[extra_applications: [:logger], mod: {EventBus.Application, []}]
[extra_applications: [:logger, :crypto], mod: {EventBus.Application, []}]
end

defp elixirc_paths(:test) do
Expand Down

0 comments on commit acaac0c

Please sign in to comment.