Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Steward Updates #576

Merged
merged 6 commits into from
Nov 13, 2024
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.219"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.220"
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.193"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.194"
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
Loading