Skip to content

Commit

Permalink
Merge pull request #88 from Dwolla/update/autoscaling-2.20.147
Browse files Browse the repository at this point in the history
Update autoscaling, cloudformation, ec2, sns to 2.20.147
  • Loading branch information
mergify[bot] authored Sep 14, 2023
2 parents f709280 + ee15929 commit 3f3de34
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.144",
"software.amazon.awssdk" % "sns" % "2.20.144",
"software.amazon.awssdk" % "ec2" % "2.20.144",
"software.amazon.awssdk" % "cloudformation" % "2.20.144",
"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",
)
}
)
Expand Down

0 comments on commit 3f3de34

Please sign in to comment.