Skip to content

Commit

Permalink
Update scalatest to 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2021
1 parent 1633d44 commit ea717eb
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 @@ -18,7 +18,7 @@ libraryDependencies ++= Seq(
)

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.9",
"org.scalatest" %% "scalatest" % "3.2.8",
"org.scalacheck" %% "scalacheck" % "1.15.4",
"org.mockito" % "mockito-core" % "3.9.0"
).map(_ % Test)
Expand Down

0 comments on commit ea717eb

Please sign in to comment.