diff options
| author | Jim Lawson | 2020-05-05 17:41:06 -0700 |
|---|---|---|
| committer | GitHub | 2020-05-05 17:41:06 -0700 |
| commit | 33cfe8101950721f5756207504162b566c438ba8 (patch) | |
| tree | e99c9dc2e5001404ba150fd5cf5dfd0d8ffbd10d /build.sbt | |
| parent | facd530880b16c53db67a9a20a95ddf053038f81 (diff) | |
Update scalatest 3.1.1 (#1430)
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
* Add missing org.scalatest.flatspec.AnyFlatSpec import.
Co-authored-by: Scala Steward <me@scala-steward.org>
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ lazy val chiselSettings = Seq ( // An explicit dependency on junit seems to alleviate this. libraryDependencies ++= Seq( "junit" % "junit" % "4.13" % "test", - "org.scalatest" %% "scalatest" % "3.1.0" % "test", + "org.scalatest" %% "scalatest" % "3.1.1" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test", "com.github.scopt" %% "scopt" % "3.7.1" ), |
