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
scala-steward committed Feb 2, 2022
1 parent b38439b commit 9c8c1cf
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 @@ -122,7 +122,7 @@ lazy val benchmark = project
.settings(
moduleName := "catbird-benchmark",
publish / skip := true,
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.11",
scalacOptions ~= {
_.filterNot(Set("-Yno-imports", "-Yno-predef"))
}
Expand Down

0 comments on commit 9c8c1cf

Please sign in to comment.