Skip to content

Commit

Permalink
Update client3:core to 3.9.3 in scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Feb 23, 2024
1 parent f9bf3b9 commit e810780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"com.softwaremill.sttp.client3" %% "core" % "3.9.3",
"uk.gov.nationalarchives" %% "consignment-api-db" % "0.1.40",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.10",
"org.postgresql" % "postgresql" % "42.6.0",
Expand All @@ -82,7 +82,7 @@ libraryDependencies ++= Seq(
"io.github.hakky54" % "logcaptor" % "2.9.0" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainersVersion % Test,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainersVersion % Test,
"com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test,
"com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test
)

dependencyOverrides ++= Seq(
Expand Down

0 comments on commit e810780

Please sign in to comment.