Skip to content

Commit

Permalink
Merge pull request #278 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
davidfurey authored Jan 9, 2025
2 parents a1b16ac + b9c36f8 commit 325017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
"org.typelevel" %% "cats-core" % "2.12.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"software.amazon.awssdk" % "ssm" % "2.29.27" % Test
"software.amazon.awssdk" % "ssm" % "2.29.44" % Test
) ++ googleDirectoryAPI ++ playVersion.playLibs,

artifactPomMetadataSettings
Expand Down

0 comments on commit 325017e

Please sign in to comment.