From f79009c5a2c1aca04b91da642d2af08131c32b12 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:15:23 +0000 Subject: [PATCH] Update sentry-logback to 7.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77c325ed5..d946ebfac 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val loggingAndTest = Seq( libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.14", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.sentry" % "sentry-logback" % "6.34.0" + "io.sentry" % "sentry-logback" % "7.1.0" ) ) ++ testSettings