Skip to content

Commit

Permalink
bump: dynamodb 2.29.41 (was 2.25.70)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 27, 2024
1 parent 3864ea5 commit b2f4c36
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 @@ -45,7 +45,7 @@ object Dependencies {
case Seq(major, minor, _*) => s"$major.$minor"
}

val DynamodbSdk = "2.25.70"
val DynamodbSdk = "2.29.41"

val alpakkaKafka = sys.props.getOrElse("build.alpakka.kafka.version", "7.0.0")
val slick = "3.5.2"
Expand Down

0 comments on commit b2f4c36

Please sign in to comment.