Skip to content

Commit

Permalink
Merge pull request #131 from nationalarchives/update/ecs-2.23.17
Browse files Browse the repository at this point in the history
Update ecs, sns, ssm to 2.23.17
  • Loading branch information
vimleshtna authored Feb 5, 2024
2 parents 7d77666 + b066984 commit 51efde4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import sbt._
object Dependencies {
private val circeVersion = "0.14.6"

lazy val awsSns = "software.amazon.awssdk" % "sns" % "2.23.14"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.23.14"
lazy val awsEcs = "software.amazon.awssdk" % "ecs" % "2.23.14"
lazy val awsSns = "software.amazon.awssdk" % "sns" % "2.23.17"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.23.17"
lazy val awsEcs = "software.amazon.awssdk" % "ecs" % "2.23.17"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit 51efde4

Please sign in to comment.