Skip to content

Commit

Permalink
Update dynamodb to 2.25.70 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 10, 2024
1 parent 5b8070d commit 1f6a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val dependencies = Seq(
"co.fs2" %% "fs2-core" % fs2Version,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"software.amazon.awssdk" % "dynamodb" % "2.25.48"
"software.amazon.awssdk" % "dynamodb" % "2.25.70"
)

lazy val testDependencies = Seq(
Expand Down

0 comments on commit 1f6a3e2

Please sign in to comment.