From 8a215e7dd5fc5b575400a8f0fdcd7d0eb7e1fc34 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, 7 Mar 2024 13:00:16 +0000 Subject: [PATCH] Update client3:core to 3.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e5daa42..d3caf9e 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,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.9.3", + "com.softwaremill.sttp.client3" %% "core" % "3.9.4", "com.vladsch.flexmark" % "flexmark" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion,