File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments