Skip to content

Commit

Permalink
[conf] Dont explicit rebar dep ssl_verify_fun
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 23, 2024
1 parent 5d8d822 commit f34893d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ defmodule Torch.MixProject do
{:credo, "~> 1.1", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: [:dev, :test], runtime: false},
{:ex_unit_notifier, "~> 1.0", only: [:test]},
{:mix_test_watch, "~> 1.0", only: [:dev], runtime: false},
{:ssl_verify_fun, manager: :rebar3, runtime: false, override: true}
{:mix_test_watch, "~> 1.0", only: [:dev], runtime: false}
]
end

Expand Down

0 comments on commit f34893d

Please sign in to comment.