From a9dce32c24dba7b57eefdfd180706bd0b7918a0d 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: Thu, 2 Jan 2025 14:02:11 +0000 Subject: [PATCH 1/2] Update client3:core to 3.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 326c4be..e0fea03 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,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.1", + "com.softwaremill.sttp.client3" %% "core" % "3.10.2", "com.vladsch.flexmark" % "flexmark" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion, From 69fda9e2057ed8154ed8ec2d3b41c41f582a265f 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: Thu, 2 Jan 2025 14:02:11 +0000 Subject: [PATCH 2/2] Update json to 20241224 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0fea03..1f9e6f7 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val client = project libraryDependencies ++= Seq( "software.amazon.awssdk" % "sns" % awsSdkVersion, - "org.json" % "json" % "20240303", + "org.json" % "json" % "20241224", "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion, "org.scalatest" %% "scalatest" % scalaTestVersion % Test ),