Skip to content

Commit c37d762

Browse files
Update scalatest to 3.2.19
1 parent 21ff0f1 commit c37d762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy val baseSettings = Seq(
3333
libraryDependencies ++= Seq(
3434
"org.typelevel" %% "cats-core" % catsVersion,
3535
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
36-
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
36+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
3737
"org.typelevel" %% "cats-laws" % catsVersion % Test,
3838
"org.typelevel" %% "discipline-core" % "1.7.0" % Test,
3939
"org.typelevel" %% "discipline-scalatest" % "2.2.0" % Test
@@ -117,7 +117,7 @@ lazy val benchmark = project
117117
.settings(allSettings)
118118
.settings(
119119
moduleName := "catbird-benchmark",
120-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14",
120+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19",
121121
scalacOptions ~= {
122122
_.filterNot(Set("-Yno-imports", "-Yno-predef"))
123123
}

0 commit comments

Comments
 (0)