Skip to content

Commit

Permalink
fix: fixes 'warning: :public_key.cacerts_get/0 is undefined'
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 11, 2024
1 parent 49f1940 commit 8b6d832
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 @@ -14,7 +14,7 @@ defmodule TowerRollbar.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :public_key]
]
end

Expand Down

0 comments on commit 8b6d832

Please sign in to comment.