Skip to content

Commit

Permalink
Merge pull request #214 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
rtyley authored Mar 8, 2024
2 parents 4b4beed + 7fcc407 commit 31e0b58
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 @@ -23,7 +23,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
"org.typelevel" %% "cats-core" % "2.10.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"software.amazon.awssdk" % "ssm" % "2.21.46" % Test
"software.amazon.awssdk" % "ssm" % "2.24.12" % Test
) ++ googleDirectoryAPI ++ playVersion.playLibs,

artifactPomMetadataSettings
Expand Down

0 comments on commit 31e0b58

Please sign in to comment.