Skip to content

Commit

Permalink
build: add :ssl in extra_applications (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecfreittas committed Jul 17, 2023
1 parent 49423b0 commit 7657e7c
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 @@ -38,7 +38,7 @@ defmodule DenoEx.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :ssl]
]
end

Expand Down

0 comments on commit 7657e7c

Please sign in to comment.