Skip to content

Commit 34a559c

Browse files
committed
not optional
1 parent 6df75ae commit 34a559c

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.19.0"},
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)