Skip to content

Commit

Permalink
Add public_key as an OTP app dep
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 22, 2020
1 parent 7b49211 commit 6ea8b26
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 @@ -46,7 +46,7 @@ defmodule Phoenix.MixProject do
def application do
[
mod: {Phoenix, []},
extra_applications: [:logger, :eex, :crypto],
extra_applications: [:logger, :eex, :crypto, :public_key],
env: [
logger: true,
stacktrace_depth: nil,
Expand Down

0 comments on commit 6ea8b26

Please sign in to comment.