From 74aa139b38189435421963bf012d4330cd11f34d Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sun, 10 Mar 2024 08:23:38 +0000 Subject: [PATCH] Update client3:core to 3.9.4 in scala-steward-dependencies --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 385380744..33e13e7f1 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-optics" % "0.15.0", "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-generic-extras" % "0.14.3", - "com.softwaremill.sttp.client3" %% "core" % "3.9.3", + "com.softwaremill.sttp.client3" %% "core" % "3.9.4", "uk.gov.nationalarchives" %% "consignment-api-db" % "0.1.40", "uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.17", "org.postgresql" % "postgresql" % "42.7.2",