Skip to content

Commit b0da062

Browse files
Update scalatest to 3.2.0 (#39)
1 parent 4b4e5ed commit b0da062

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
@@ -25,7 +25,7 @@ lazy val exercises = (project in file("."))
2525
"com.github.julien-truffaut" %% "monocle-core" % "2.0.5",
2626
"com.github.julien-truffaut" %% "monocle-macro" % "2.0.5",
2727
"com.chuusai" %% "shapeless" % "2.3.3",
28-
"org.scalatest" %% "scalatest" % "3.1.2",
28+
"org.scalatest" %% "scalatest" % "3.2.0",
2929
"org.scalacheck" %% "scalacheck" % "1.14.3",
3030
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
3131
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"

0 commit comments

Comments
 (0)