Skip to content

Commit

Permalink
Upgrade dynamodb from 2.16.39 to 2.16.43 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
moia-pipeline and scala-steward authored Apr 19, 2021
1 parent c4ee2d3 commit 7efe29d
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 @@ -20,7 +20,7 @@ lazy val root = project
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"com.chuusai" %% "shapeless" % "2.3.4",
"software.amazon.awssdk" % "dynamodb" % "2.16.39",
"software.amazon.awssdk" % "dynamodb" % "2.16.43",
"org.typelevel" %% "cats-core" % "2.5.0",
"org.typelevel" %% "cats-testkit-scalatest" % "2.1.3" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test,
Expand Down

0 comments on commit 7efe29d

Please sign in to comment.