Skip to content

Commit

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

Scala Steward Updates
  • Loading branch information
mergify[bot] authored Jul 1, 2024
2 parents 36ba348 + d16ee2b commit 23bec3a
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 @@ -15,7 +15,7 @@ libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0

val playVersion = "3.0.3"
val playPac4jVersion = "12.0.0-PLAY3.0"
val pac4jVersion = "6.0.4"
val pac4jVersion = "6.0.4.1"
val sttpVersion = "2.3.0"

libraryDependencies ++= Seq(
Expand All @@ -27,12 +27,12 @@ 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.164",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.203",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.167",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.204",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.377",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.27",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.188",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.187",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.33",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.191",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.191",
"ch.qos.logback" % "logback-classic" % "1.5.6",
ws,
"io.opentelemetry" % "opentelemetry-api" % "1.39.0",
Expand Down

0 comments on commit 23bec3a

Please sign in to comment.