From a68da0453e034ba64f5dde2195001203e4f0fb66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:54:04 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v7.20.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 72e94499fc..ee6603b9a3 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ val dependenciesToEmbed = Seq( "com.github.KisaragiEffective" % "ajd4jp-mirror" % "8.0.2.2021", // Sentry - "io.sentry" % "sentry" % "7.18.1" + "io.sentry" % "sentry" % "7.20.0" ) // endregion