Skip to content

Commit

Permalink
Update dynamodb to 2.25.48 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2024
1 parent c217fc4 commit 945aea8
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.29"
"software.amazon.awssdk" % "dynamodb" % "2.25.48"
)

lazy val testDependencies = Seq(
Expand Down

0 comments on commit 945aea8

Please sign in to comment.