Skip to content

Commit

Permalink
Update scalatest to 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Jan 28, 2022
1 parent c03e742 commit dc4e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val exercises = (project in file("."))
"org.scala-exercises" %% "definitions" % "0.6.7",
"com.github.pureconfig" %% "pureconfig" % "0.17.1",
"com.chuusai" %% "shapeless" % "2.3.7",
"org.scalatest" %% "scalatest" % "3.2.10",
"org.scalatest" %% "scalatest" % "3.2.11",
"org.scalacheck" %% "scalacheck" % "1.15.4",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
Expand Down

0 comments on commit dc4e954

Please sign in to comment.