build: downgrade Sentry since it doesn't want to compile

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-11-21 18:21:50 +01:00
parent cd53062c01
commit b2bacbf6eb
3 changed files with 2 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ defmodule Mobilizon.Mixfile do
{:remote_ip, "~> 1.1"},
{:ex_cldr_languages, "~> 0.3.0"},
{:slugger, "~> 0.3"},
{:sentry, "~> 9.0"},
{:sentry, "~> 8.1"},
{:html_entities, "~> 0.5"},
{:sweet_xml, "~> 0.7"},
{:web_push_encryption, github: "danhper/elixir-web-push-encryption"},