Skip to content

Commit f01dc79

Browse files
Update scalatest to 3.2.0 (#68)
1 parent ac082c3 commit f01dc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val exercises = (project in file("."))
2323
"joda-time" % "joda-time" % "2.10.6",
2424
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.5",
2525
"com.chuusai" %% "shapeless" % "2.3.3",
26-
"org.scalatest" %% "scalatest" % "3.1.2",
26+
"org.scalatest" %% "scalatest" % "3.2.0",
2727
"org.scalacheck" %% "scalacheck" % "1.14.3",
2828
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
2929
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"

0 commit comments

Comments
 (0)