Skip to content

Commit

Permalink
Merge pull request #300 from nationalarchives/update/tdr-auth-utils-0…
Browse files Browse the repository at this point in the history
….0.167

Update tdr-auth-utils to 0.0.167
  • Loading branch information
TomJKing authored Sep 20, 2023
2 parents b85708d + 962d582 commit 25c32a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {
val circeVersion = "0.14.6"
private val keycloakVersion = "16.1.0"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.165"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.167"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.20.1"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.2"
Expand Down

0 comments on commit 25c32a4

Please sign in to comment.