Skip to content

Commit

Permalink
[sq]
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 24, 2024
1 parent 36850ce commit a52c8f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Torch.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger, :public_key]
extra_applications: [:logger]
]
end

Expand Down
5 changes: 4 additions & 1 deletion test/support/apps/phx1_7/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule Phx17.MixProject do
===> Analyzing applications...
===> Compiling ssl_verify_fun
use Mix.Project

def project do
Expand Down Expand Up @@ -51,7 +53,8 @@ defmodule Phx17.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"}
{:plug_cowboy, "~> 2.5"},
{:ssl_verify_fun, manager: :rebar3, runtime: false, override: true}
]
end

Expand Down

0 comments on commit a52c8f0

Please sign in to comment.