Skip to content

Commit

Permalink
Update scalatest to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Aug 10, 2020
1 parent c9cac9f commit 0cebd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -19,7 +19,7 @@ lazy val exercises = (project in file("."))
"org.scala-exercises" %% "exercise-compiler" % "0.6.3",
"org.scala-exercises" %% "definitions" % "0.6.3",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.scalatest" %% "scalatest" % "3.2.0",
"org.scalatest" %% "scalatest" % "3.2.1",
"org.scalacheck" %% "scalacheck" % "1.14.3",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
Expand Down

0 comments on commit 0cebd0b

Please sign in to comment.