From 01f1aa3fb272e0669c375bf59032559078a4b921 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: Mon, 21 Oct 2024 10:10:47 +0000 Subject: [PATCH 1/4] Update logback-classic to 1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5da6ad..2960f99 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.9", + "ch.qos.logback" % "logback-classic" % "1.5.11", "org.scalatest" %% "scalatest" % scalaTestVersion % Test ), assembly / assemblyOutputPath := file("anghammarad/anghammarad.jar"), From 19f5a08aa1905c5ca2d3ef823c912b8c953ed1cb 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: Mon, 21 Oct 2024 10:10:47 +0000 Subject: [PATCH 2/4] Update client3:core to 3.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2960f99..9796d36 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ lazy val anghammarad = project "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "com.softwaremill.sttp.client3" %% "core" % "3.10.0", + "com.softwaremill.sttp.client3" %% "core" % "3.10.1", "com.vladsch.flexmark" % "flexmark" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion, From f6479adec7436bc6b94b4c87bfced6aced5529cb 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: Mon, 21 Oct 2024 10:10:47 +0000 Subject: [PATCH 3/4] Update sbt to 1.10.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0b699c3..bc73906 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.3 From d153b966c64a5c9af897b9db46e15a7549c9bfed 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: Mon, 21 Oct 2024 10:10:47 +0000 Subject: [PATCH 4/4] Update sbt-sonatype to 3.12.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 343f117..768612c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") // for publishing the scala client addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")