summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2020-05-13 16:10:53 -0700
committerGitHub2020-05-13 23:10:53 +0000
commitd65013c43f0332e04dd47ce068837b52fbe14cc8 (patch)
treefc40ee1e768a1b2c6e59cf1a0f1947ee7187f045 /build.sbt
parent8682def05b0c6ef5d96fd8607d6cbb8b53b316a9 (diff)
Update scalatest to 3.1.2 (#1441)
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 87c7a436..cc8bbd03 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.1" % "test",
+ "org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1"
),