diff options
| author | Scala Steward | 2020-04-01 00:16:33 +0200 |
|---|---|---|
| committer | GitHub | 2020-03-31 22:16:33 +0000 |
| commit | 8dc1c8fe3f15cb36bd6323b3cb5fdb943555afc7 (patch) | |
| tree | f6d85dc718f20d7856435e1be9f19e9824624622 | |
| parent | 4e4ef2b97f10a5fe29d65faa41db06cdae95861a (diff) | |
Update junit to 4.13 (#1341)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -104,7 +104,7 @@ lazy val chiselSettings = Seq ( // when compiling tests under 2.11.12 // An explicit dependency on junit seems to alleviate this. libraryDependencies ++= Seq( - "junit" % "junit" % "4.12" % "test", + "junit" % "junit" % "4.13" % "test", "org.scalatest" %% "scalatest" % "3.0.8" % "test", "org.scalacheck" %% "scalacheck" % "1.14.3" % "test", "com.github.scopt" %% "scopt" % "3.7.1" @@ -92,7 +92,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu object test extends Tests { private def ivyCrossDeps = majorVersion match { - case i if i < 12 => Agg(ivy"junit:junit:4.12") + case i if i < 12 => Agg(ivy"junit:junit:4.13") case _ => Agg() } |
