summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2021-06-21 16:58:15 -0700
committerGitHub2021-06-21 23:58:15 +0000
commit942218432a80de1546ed53a4cfb10a8683ff4f27 (patch)
treea3dfb4882fae1c5b69e1ca63d7886633ab808ad6 /build.sbt
parent44c7fca8a303bc787634014502acd835c6b5d334 (diff)
Bump scalatest to 3.2.9 (#1965)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@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 2da958bc..cc4dee41 100644
--- a/build.sbt
+++ b/build.sbt
@@ -70,7 +70,7 @@ lazy val chiselSettings = Seq (
name := "chisel3",
libraryDependencies ++= Seq(
- "org.scalatest" %% "scalatest" % "3.1.2" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.9" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test",
"com.lihaoyi" %% "os-lib" % "0.7.8",
),