Skip to content

Commit

Permalink
Update autoscaling, cloudformation, ec2, sns to 2.20.148
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 15, 2023
1 parent a71646e commit af2de90
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.147",
"software.amazon.awssdk" % "sns" % "2.20.147",
"software.amazon.awssdk" % "ec2" % "2.20.147",
"software.amazon.awssdk" % "cloudformation" % "2.20.147",
"software.amazon.awssdk" % "autoscaling" % "2.20.148",
"software.amazon.awssdk" % "sns" % "2.20.148",
"software.amazon.awssdk" % "ec2" % "2.20.148",
"software.amazon.awssdk" % "cloudformation" % "2.20.148",
)
}
)
Expand Down

0 comments on commit af2de90

Please sign in to comment.