Skip to content

Commit

Permalink
chore(deps): remove ssl_verify_fun override
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed May 22, 2024
1 parent 70d0944 commit 00dfa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tezex.MixProject do
use Mix.Project

@version "2.0.0-rc.0"
@version "2.0.0-rc.1"
@url_docs "http://hexdocs.pm/tezex"
@url_github "https://github.com/objkt-com/tezex"

Expand Down Expand Up @@ -73,7 +73,7 @@ defmodule Tezex.MixProject do
{:finch, "~> 0.10"},
{:jason, "~> 1.4"},
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false},
{:ssl_verify_fun, "~> 1.1", manager: :rebar3, override: true}
{:ssl_verify_fun, "~> 1.1.0", [env: :prod, hex: "ssl_verify_fun", repo: "hexpm"]}
]
end
end

0 comments on commit 00dfa6d

Please sign in to comment.