Skip to content

Commit

Permalink
Update scalatest to 3.2.3 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 9, 2020
1 parent 6825fc1 commit 5ded80f
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 @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"org.gfccollective" %% "gfc-collection" % "1.0.0",
"commons-codec" % "commons-codec" % "1.15",
"org.gfccollective" %% "gfc-time" % "1.0.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalatestplus" %% "mockito-3-2" % "3.1.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.1" % Test,
Expand Down

0 comments on commit 5ded80f

Please sign in to comment.