Skip to content

Commit

Permalink
build(deps): less strict about tower version
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Sep 5, 2024
1 parent 14de8e6 commit 70a05a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule TowerSentry.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:tower, "~> 0.5.1"},
{:tower, "~> 0.5.0"},
{:sentry, "~> 10.5"},

# Optional
Expand Down

0 comments on commit 70a05a1

Please sign in to comment.