summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2020-05-05 17:41:06 -0700
committerGitHub2020-05-05 17:41:06 -0700
commit33cfe8101950721f5756207504162b566c438ba8 (patch)
treee99c9dc2e5001404ba150fd5cf5dfd0d8ffbd10d /build.sbt
parentfacd530880b16c53db67a9a20a95ddf053038f81 (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.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 91d647e5..083c0500 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"
),