Skip to content

Commit

Permalink
Update dynamodb to 2.20.117
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 2, 2023
1 parent 4eb5f56 commit 6024584
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 @@ -269,7 +269,7 @@ lazy val examples = module("zio-dynamodb-examples", "examples")
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"software.amazon.awssdk" % "dynamodb" % "2.17.295"
"software.amazon.awssdk" % "dynamodb" % "2.20.117"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand Down

0 comments on commit 6024584

Please sign in to comment.