diff options
| author | Scala Steward | 2021-10-04 22:04:52 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-04 20:04:52 +0000 |
| commit | fa8b9e83744ee6193c455065a5c3210834ce1a23 (patch) | |
| tree | 6ab29f80b78e7a926a389a84a162f4d470142275 | |
| parent | 7360c81509420fdf94962abed42cd19de7331619 (diff) | |
Update scalatest to 3.2.10 (#2140)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ lazy val chiselSettings = Seq ( name := "chisel3", libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.9" % "test", + "org.scalatest" %% "scalatest" % "3.2.10" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test", "com.lihaoyi" %% "os-lib" % "0.7.8", ), @@ -107,7 +107,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit override def scalacPluginClasspath = m.scalacPluginClasspath override def ivyDeps = m.ivyDeps() ++ Agg( - ivy"org.scalatest::scalatest:3.2.9", + ivy"org.scalatest::scalatest:3.2.10", ivy"org.scalatestplus::scalacheck-1-14:3.2.2.0", ) ++ m.treadleIvyDeps |
