From 53f844decf8080404fb8682e4c9148c76597e7f6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Feb 2021 23:45:14 +0000 Subject: [PATCH] Update dependency io.sentry:sentry-logback to v4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7f6fea5..475571a0 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val psforeverSettings = Seq( "joda-time" % "joda-time" % "2.10.9", "commons-io" % "commons-io" % "2.8.0", "com.github.scopt" %% "scopt" % "4.0.0", - "io.sentry" % "sentry-logback" % "3.2.1", + "io.sentry" % "sentry-logback" % "4.1.0", "io.circe" %% "circe-core" % "0.13.0", "io.circe" %% "circe-generic" % "0.13.0", "io.circe" %% "circe-parser" % "0.13.0",