diff options
| author | Scala Steward | 2020-10-12 23:45:12 +0200 |
|---|---|---|
| committer | GitHub | 2020-10-12 21:45:12 +0000 |
| commit | 45b07269598b651818c7561b1f9d28b690bf379e (patch) | |
| tree | 786f60b488d491a936d7f97101a49d4cf8261334 /build.sc | |
| parent | 1307031d2a064bd82e474354f769bb32d796188c (diff) | |
Update junit to 4.13.1 (#1612)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit override def scalacPluginClasspath = m.scalacPluginClasspath private def ivyCrossDeps = majorVersion match { - case i if i < 12 => Agg(ivy"junit:junit:4.13") + case i if i < 12 => Agg(ivy"junit:junit:4.13.1") case _ => Agg() } |
