From 7d0b3ab245ce146fffac0f8f162c369d94d349a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:31:36 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v8.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30911b8350..f579e124bf 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ val dependenciesToEmbed = Seq( "com.github.KisaragiEffective" % "ajd4jp-mirror" % "8.0.2.2021", // Sentry - "io.sentry" % "sentry" % "8.1.0" + "io.sentry" % "sentry" % "8.2.0" ) // endregion