From a882623476a9d3dac5954bda7802305fbd58fe9a Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:09:23 +0000 Subject: [PATCH] Minor/major updates (#876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update sentry-logback to 6.22.0 * Update sbt to 1.9.0 --------- Co-authored-by: scala-center-steward[bot] <111975575+scala-center-steward[bot]@users.noreply.github.com> Co-authored-by: Jędrzej Rochala <48657087+rochala@users.noreply.github.com> --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9e9d995fe..12df6f3ed 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq( libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.7", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.sentry" % "sentry-logback" % "6.19.1" + "io.sentry" % "sentry-logback" % "6.22.0" ) ) ++ testSettings diff --git a/project/build.properties b/project/build.properties index 72413de15..40b3b8e7b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0