Skip to content

Commit

Permalink
Update scalatest to 3.1.2 (finagle#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 10, 2020
1 parent 4af2d28 commit 2b5c93c
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 @@ -47,7 +47,7 @@ lazy val scala213CompilerOptions = Seq(

val testDependencies = Seq(
"org.scalacheck" %% "scalacheck" % "1.14.2",
"org.scalatest" %% "scalatest" % "3.1.0",
"org.scalatest" %% "scalatest" % "3.1.2",
"org.typelevel" %% "cats-laws" % catsVersion,
"org.typelevel" %% "discipline-scalatest" % "1.0.0"
)
Expand Down

0 comments on commit 2b5c93c

Please sign in to comment.