Skip to content

Commit

Permalink
Update scalatest to 3.2.14 (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: Brian P. Holt <bholt@dwolla.com>
  • Loading branch information
typelevel-steward[bot] and bpholt committed Oct 20, 2022
1 parent a73be66 commit e86d6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val baseSettings = Seq(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsVersion,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.typelevel" %% "cats-laws" % catsVersion % Test,
"org.typelevel" %% "discipline-core" % "1.5.1" % Test,
"org.typelevel" %% "discipline-scalatest" % "2.2.0" % Test
Expand Down Expand Up @@ -132,7 +132,7 @@ lazy val benchmark = project
.settings(allSettings)
.settings(
moduleName := "catbird-benchmark",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.12",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14",
scalacOptions ~= {
_.filterNot(Set("-Yno-imports", "-Yno-predef"))
}
Expand Down

0 comments on commit e86d6a4

Please sign in to comment.