Skip to content

Commit ba42a81

Browse files
committed
wip
1 parent f26d52f commit ba42a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defmodule Sentry.Mixfile do
100100

101101
# Optional dependencies
102102
{:hackney, "~> 1.8", optional: true},
103-
{:finch, "~> 0.19.0", optional: true},
103+
{:finch, ">= 0.13.0 and < 0.20.0", optional: true},
104104
{:jason, "~> 1.1", optional: true},
105105
{:phoenix, "~> 1.6", optional: true},
106106
{:phoenix_live_view, "~> 0.20 or ~> 1.0", optional: true},

0 commit comments

Comments
 (0)