diff options
| author | Jack Koenig | 2021-06-21 16:58:15 -0700 |
|---|---|---|
| committer | GitHub | 2021-06-21 23:58:15 +0000 |
| commit | 942218432a80de1546ed53a4cfb10a8683ff4f27 (patch) | |
| tree | a3dfb4882fae1c5b69e1ca63d7886633ab808ad6 /build.sbt | |
| parent | 44c7fca8a303bc787634014502acd835c6b5d334 (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.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ), |
