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/sbt-1.10.4
  • Loading branch information
mergify[bot] authored Oct 31, 2024
2 parents 5969b1c + 76021a9 commit 224ede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ object Dependencies {
val circeVersion = "0.14.10"
private val keycloakVersion = "16.1.0"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.218"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.219"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.26.27"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.3"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.191"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.192"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.391"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit 224ede8

Please sign in to comment.