Skip to content

Commit

Permalink
Update cloudwatch, dynamodb, kinesis, s3, sns, ... to 2.29.11 (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 13, 2024
1 parent 110af16 commit 8b81237
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.29.6"
val AwsSdk = "2.29.11"
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.29.6"
val AwsSdk = "2.29.11"

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

0 comments on commit 8b81237

Please sign in to comment.