Skip to content

Commit

Permalink
bump: dynamodb 2.25.70 (was 2.25.59) (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 18, 2024
1 parent 9065fb4 commit e38f525
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 @@ -43,7 +43,7 @@ object Dependencies {
case Seq(major, minor, _*) => s"$major.$minor"
}

val DynamodbSdk = "2.25.59"
val DynamodbSdk = "2.25.70"

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

0 comments on commit e38f525

Please sign in to comment.