Skip to content

Commit

Permalink
Update scalatest to 3.2.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 23, 2020
1 parent ac082c3 commit f01dc79
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 @@ -23,7 +23,7 @@ lazy val exercises = (project in file("."))
"joda-time" % "joda-time" % "2.10.6",
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.5",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.scalatest" %% "scalatest" % "3.1.2",
"org.scalatest" %% "scalatest" % "3.2.0",
"org.scalacheck" %% "scalacheck" % "1.14.3",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
Expand Down

0 comments on commit f01dc79

Please sign in to comment.