Skip to content

Commit

Permalink
Update dynamodb to 2.20.102
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 13, 2023
1 parent f5a63d3 commit 5febc52
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.102"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand Down

0 comments on commit 5febc52

Please sign in to comment.