Skip to content

Commit

Permalink
Update cloudwatch, dynamodb, kinesis, s3, sns, ... to 2.28.29 (#1260)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Oct 28, 2024
1 parent 93388c4 commit 0724afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.{Def, _}
object Dependencies {

object V {
val AwsSdk = "2.28.26"
val AwsSdk = "2.28.29"
val Circe = "0.14.9"
val Munit = "1.0.0"
val Fs2 = "3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Required for the freegen definition in ../build.sbt
val AwsSdk = "2.28.26"
val AwsSdk = "2.28.29"

libraryDependencies += "software.amazon.awssdk" % "sqs" % AwsSdk
libraryDependencies += "software.amazon.awssdk" % "s3" % AwsSdk
Expand Down

0 comments on commit 0724afa

Please sign in to comment.