We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce707c commit d5cd3f7Copy full SHA for d5cd3f7
build.sbt
@@ -87,7 +87,7 @@ lazy val matr_tests = crossProject(JVMPlatform)
87
libraryDependencies ++=
88
Seq(
89
"org.typelevel" %% "spire" % "0.18.0" % Test,
90
- "org.scalatest" %% "scalatest" % "3.2.16" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test,
91
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
92
),
93
publish / skip := true
0 commit comments