Skip to content

Commit

Permalink
Update autoscaling, cloudformation, ec2, sns to 2.21.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 18, 2023
1 parent 1bcfb83 commit 710ece7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ lazy val `autoscaling-ecs-core`: Project = project
"io.monix" %% "newtypes-circe-v0-14" % "0.2.3",

// TODO when smithy4s is updated, hopefully these Java SDK artifacts can be replaced with smithy4s equivalents
"software.amazon.awssdk" % "autoscaling" % "2.20.162",
"software.amazon.awssdk" % "sns" % "2.20.162",
"software.amazon.awssdk" % "ec2" % "2.20.162",
"software.amazon.awssdk" % "cloudformation" % "2.20.162",
"software.amazon.awssdk" % "autoscaling" % "2.21.26",
"software.amazon.awssdk" % "sns" % "2.21.26",
"software.amazon.awssdk" % "ec2" % "2.21.26",
"software.amazon.awssdk" % "cloudformation" % "2.21.26",
)
}
)
Expand Down

0 comments on commit 710ece7

Please sign in to comment.