From a7b3afdfd3c7621dda6a1b517540be9c98708c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:01:15 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v7.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a291f85002..eb121884da 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.12.1" + "io.sentry" % "sentry" % "7.13.0" ) // endregion