Skip to content

Commit

Permalink
Update cloudwatch, kinesis to 2.29.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 21, 2024
1 parent a0387f0 commit b81b65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object LibraryDependencies {
}

object Aws {
val sdkVersion = "2.29.17"
val sdkVersion = "2.29.18"
val utils = "software.amazon.awssdk" % "utils" % sdkVersion
val kinesis = "software.amazon.awssdk" % "kinesis" % sdkVersion
val cloudwatch = "software.amazon.awssdk" % "cloudwatch" % sdkVersion
Expand Down

0 comments on commit b81b65b

Please sign in to comment.