From 8dc1c8fe3f15cb36bd6323b3cb5fdb943555afc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Apr 2020 00:16:33 +0200 Subject: Update junit to 4.13 (#1341) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 72058b0f..959ccf88 100644 --- a/build.sc +++ b/build.sc @@ -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() } -- cgit v1.2.3