Skip to content

Commit

Permalink
Update sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfortes committed Dec 16, 2024
1 parent 28874e9 commit 8938124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions demo/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ defmodule Demo.MixProject do
{:telemetry_poller, "~> 1.0"},
{:telemetry_metrics, "~> 1.0"},
{:gettext, "~> 0.26"},
{:sentry, "~> 10.1"},
{:sentry, "~> 10.8"},
{:hackney, "~> 1.17", override: true},
{:circular_buffer, "~> 0.4.0"},

# phoenix
{:bandit, "~> 1.0"},
{:phoenix, "~> 1.7.6"},
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_live_view, "~> 1.0", override: true},
{:phoenix_live_view, "~> 1.0"},
{:phoenix_live_dashboard, "~> 0.8"},
{:phoenix_live_reload, "~> 1.2", only: :dev},

Expand Down
Loading

0 comments on commit 8938124

Please sign in to comment.