From 556ad2da8b876e5ee01b1892eec05dda0792aeea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:54:19 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v7.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d9b138d12..2c9989c323 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.15.0" + "io.sentry" % "sentry" % "7.16.0" ) // endregion