Skip to content

Commit

Permalink
Merge pull request #572 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Nov 6, 2024
2 parents 2a9e3b2 + f226d83 commit b109aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.193"
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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.3
sbt.version = 1.10.5

0 comments on commit b109aa7

Please sign in to comment.