summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
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()
}