From 7a94966591695a27a0a5919a0920bd33572d7ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:04:34 +0000 Subject: [PATCH] chore(deps): update dependency io.sentry:sentry to v6.26.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 431b3df009..745e11c6f2 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ val dependenciesToEmbed = Seq( "com.github.KisaragiEffective" % "ajd4jp-mirror" % "8.0.2.2021", // Sentry - "io.sentry" % "sentry" % "6.25.2" + "io.sentry" % "sentry" % "6.26.0" ) // endregion