Skip to content

Commit 8e4a6fd

Browse files
committed
Override dependency to fix build
1 parent 53a372e commit 8e4a6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mix.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ defmodule TurnJunebugExpressway.Mixfile do
5858
{:mox, "~> 0.5", only: :test},
5959
{:sentry, "~> 7.2"},
6060

61+
# We need to override this to make it compile with newer Elixir/OTP.
62+
{:ssl_verify_fun, "~> 1.1.5", manager: :rebar3, override: true},
63+
6164
# Dev/test/build tools.
6265
{:excoveralls, "~> 0.8", only: :test},
6366
{:credo, "~> 0.9", only: [:dev, :test], runtime: false}

0 commit comments

Comments
 (0)