Skip to content

Commit

Permalink
Merge pull request #3860 from nationalarchives/scala-steward-dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
thanhz authored Apr 22, 2024
2 parents 654e90d + 00abe95 commit 4e3027f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ 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.147",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.154",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.190",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.361",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.374",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.14",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.151",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.161",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"ch.qos.logback" % "logback-classic" % "1.5.0",
"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-extension-aws" % "1.20.1",
"io.opentelemetry" % "opentelemetry-sdk-extension-aws" % "1.19.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.33.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,
Expand All @@ -55,6 +55,6 @@ disablePlugins(PlayLogback)
scalacOptions ++= Seq("-language:implicitConversions")

libraryDependencies += play.sbt.PlayImport.cacheApi
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "4.0.0"
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "4.1.0"

pipelineStages := Seq(digest)

0 comments on commit 4e3027f

Please sign in to comment.