From d93b8c1abbd08fc95b125b27aae42a5820cceb99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:57:55 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v7.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d9b138d12..89729eed8f 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.18.0" ) // endregion