From f150561303efb148d5770de713433562699a4842 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:36:21 +0200 Subject: [PATCH] Update sentry-logback to 7.15.0 (#2099) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c7b71fd..aa75b57b 100644 --- a/build.sbt +++ b/build.sbt @@ -108,7 +108,7 @@ libraryDependencies ++= Seq( ) // Crash -libraryDependencies += "io.sentry" % "sentry-logback" % "7.14.0" +libraryDependencies += "io.sentry" % "sentry-logback" % "7.15.0" // Sync with Play and scala-steward pin // https://github.com/playframework/playframework/blob/4c2d76095c2f6a5cab7be3e8f6017c4a4dd2a99f/project/Dependencies.scala#L20