Skip to content

Commit c200077

Browse files
authored
Update scalatest to 3.2.10
1 parent 61d2455 commit c200077

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
@@ -19,7 +19,7 @@ lazy val exercises = (project in file("."))
1919
"org.scala-exercises" %% "exercise-compiler" % "0.6.7",
2020
"org.scala-exercises" %% "definitions" % "0.6.7",
2121
"com.chuusai" %% "shapeless" % "2.3.7",
22-
"org.scalatest" %% "scalatest" % "3.2.9",
22+
"org.scalatest" %% "scalatest" % "3.2.10",
2323
"org.scalacheck" %% "scalacheck" % "1.15.4",
2424
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
2525
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"

0 commit comments

Comments
 (0)