Skip to content

Commit

Permalink
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/tdr-auth-utils-0.0.198
  • Loading branch information
mergify[bot] authored May 13, 2024
2 parents 646acc5 + 87986c3 commit 58a0501
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ libraryDependencies ++= Seq(
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.198",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.376",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.23",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.171",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.172",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"ch.qos.logback" % "logback-classic" % "1.5.6",
ws,
"io.opentelemetry" % "opentelemetry-api" % "1.35.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.35.0",
"io.opentelemetry" % "opentelemetry-sdk" % "1.35.0",
"io.opentelemetry" % "opentelemetry-api" % "1.38.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.38.0",
"io.opentelemetry" % "opentelemetry-sdk" % "1.38.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.35.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.10.0" % Test,
"org.mockito" % "mockito-core" % "5.12.0" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test
)
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
Expand Down

0 comments on commit 58a0501

Please sign in to comment.