Skip to content

Commit cfe8b00

Browse files
authored
Update scalatest to 3.2.1
1 parent 5a70c82 commit cfe8b00

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
@@ -22,7 +22,7 @@ lazy val exercises = (project in file("."))
2222
"com.47deg" %% "fetch" % "1.3.0",
2323
"com.47deg" %% "fetch-debug" % "1.3.0",
2424
"com.chuusai" %% "shapeless" % "2.3.3",
25-
"org.scalatest" %% "scalatest" % "3.2.0",
25+
"org.scalatest" %% "scalatest" % "3.2.1",
2626
"org.scalacheck" %% "scalacheck" % "1.14.3",
2727
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
2828
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"

0 commit comments

Comments
 (0)