Skip to content

Commit

Permalink
Update scalatest to 3.2.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 19, 2020
1 parent c12b0d3 commit b4ec2d9
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 @@ lazy val pbdirect = project
"org.typelevel" %% "cats-core" % "2.1.1",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test,
"com.github.os72" % "protoc-jar" % "3.11.4" % Test,
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.0" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0" % Test
)
)
Expand Down

0 comments on commit b4ec2d9

Please sign in to comment.