Skip to content

Commit

Permalink
Merge branch 'main' into update/ssm-2.21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Nov 3, 2023
2 parents 945744d + 97c5350 commit 3b63de9
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,12 +4,12 @@ object Dependencies {
val circeVersion = "0.14.6"
private val keycloakVersion = "16.1.0"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.173"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.175"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.12"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.3"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.352"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.134"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.136"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val keycloakCore = "org.keycloak" % "keycloak-core" % keycloakVersion
Expand Down

0 comments on commit 3b63de9

Please sign in to comment.