Skip to content

Commit

Permalink
Merge pull request #4042 from nationalarchives/scala-steward-dependen…
Browse files Browse the repository at this point in the history
…cies

Scala Steward Updates
  • Loading branch information
vimleshtna authored Jul 23, 2024
2 parents 069baa2 + c28b7e1 commit 3024ac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.client" %% "core" % sttpVersion,
"com.softwaremill.sttp.client" %% "circe" % sttpVersion,
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion,
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.171",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.205",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.172",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.207",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.380",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.36",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.39",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.196",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.196",
"ch.qos.logback" % "logback-classic" % "1.5.6",
Expand All @@ -40,7 +40,7 @@ libraryDependencies ++= Seq(
"io.opentelemetry" % "opentelemetry-sdk" % "1.40.0",
"io.opentelemetry" % "opentelemetry-extension-aws" % "1.20.1",
"io.opentelemetry" % "opentelemetry-sdk-extension-aws" % "1.19.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.36.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.37.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray-propagator" % "1.22.0-alpha",
"com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test,
"org.mockito" % "mockito-core" % "5.12.0" % Test,
Expand Down

0 comments on commit 3024ac1

Please sign in to comment.