From 2f43ce7570348bb02010ad85be0e1802c1621716 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: Wed, 2 Oct 2024 10:01:45 +0000 Subject: [PATCH] Update client3:core to 3.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6a1145..5abe6ec 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.9.8", + "com.softwaremill.sttp.client3" %% "core" % "3.10.0", "com.vladsch.flexmark" % "flexmark" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion,