Skip to content

Commit

Permalink
Update cloudwatch, dynamodb, kinesis, s3, sns, ... to 2.25.36 (#1188)
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 Apr 23, 2024
1 parent a90de42 commit 6574ce2
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.25.31"
val AwsSdk = "2.25.36"
val Circe = "0.14.5"
val Munit = "0.7.29"
val Fs2 = "3.10.2"
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.25.31"
val AwsSdk = "2.25.36"

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

0 comments on commit 6574ce2

Please sign in to comment.