From e08696086c93a80457fb94f7b7b063e401c89487 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:07:07 +0000 Subject: [PATCH 1/2] Update logback-classic to 1.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d363e93..76032db 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ lazy val anghammarad = project "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-util" % flexmarkVersion, "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion, - "ch.qos.logback" % "logback-classic" % "1.5.6", + "ch.qos.logback" % "logback-classic" % "1.5.7", "org.scalatest" %% "scalatest" % scalaTestVersion % Test ), assembly / assemblyOutputPath := file("anghammarad/anghammarad.jar"), From 61a9902af88c33976fcb3bdde294cdeb3642122d Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:07:07 +0000 Subject: [PATCH 2/2] Update sbt-sonatype to 3.11.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b6e3891..f03da33 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // for publishing the scala client addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")