Skip to content

Commit d5cd3f7

Browse files
Update scalatest to 3.2.19 (#159)
Co-authored-by: Karl F Walkow <[email protected]>
1 parent 5ce707c commit d5cd3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ lazy val matr_tests = crossProject(JVMPlatform)
8787
libraryDependencies ++=
8888
Seq(
8989
"org.typelevel" %% "spire" % "0.18.0" % Test,
90-
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
90+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
9191
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
9292
),
9393
publish / skip := true

0 commit comments

Comments
 (0)