Skip to content

Commit c6a1799

Browse files
authored
Update scalatest to 3.2.1
1 parent 7b4fa9c commit c6a1799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val exercises = (project in file("."))
2121
"joda-time" % "joda-time" % "2.10.6",
2222
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.5",
2323
"com.chuusai" %% "shapeless" % "2.3.3",
24-
"org.scalatest" %% "scalatest" % "3.2.0",
24+
"org.scalatest" %% "scalatest" % "3.2.1",
2525
"org.scalacheck" %% "scalacheck" % "1.14.3",
2626
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
2727
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"

0 commit comments

Comments
 (0)