We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26d52f commit ba42a81Copy full SHA for ba42a81
mix.exs
@@ -100,7 +100,7 @@ defmodule Sentry.Mixfile do
100
101
# Optional dependencies
102
{:hackney, "~> 1.8", optional: true},
103
- {:finch, "~> 0.19.0", optional: true},
+ {:finch, ">= 0.13.0 and < 0.20.0", optional: true},
104
{:jason, "~> 1.1", optional: true},
105
{:phoenix, "~> 1.6", optional: true},
106
{:phoenix_live_view, "~> 0.20 or ~> 1.0", optional: true},
0 commit comments