Skip to content

Commit

Permalink
Update AWS SDK to 2.29.50 (was 2.29.41) (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 13, 2025
1 parent 39f59be commit 547c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
val AkkaProjectionVersionInDocs = VersionNumber(AkkaProjectionVersion).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}
val AwsSdkVersion = "2.29.41"
val AwsSdkVersion = "2.29.50"
// Java Platform version for JavaDoc creation
// sync with Java version in .github/workflows/publish.yml#documentation
val JavaDocLinkVersion = 17
Expand Down

0 comments on commit 547c9a2

Please sign in to comment.