Skip to content

Commit

Permalink
fix: remove manager in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
grossvogel committed May 22, 2024
1 parent 584d1d9 commit 7e73bc0
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 @@ -40,7 +40,7 @@ defmodule NodeJS.MixProject do
{:ex_doc, "~> 0.33.0", only: [:dev, :test]},
{:jason, "~> 1.0"},
{:poolboy, "~> 1.5.1"},
{:ssl_verify_fun, "~> 1.1.7", manager: :rebar3}
{:ssl_verify_fun, "~> 1.1.7"}
]
end

Expand Down

0 comments on commit 7e73bc0

Please sign in to comment.