From 45b07269598b651818c7561b1f9d28b690bf379e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Oct 2020 23:45:12 +0200 Subject: Update junit to 4.13.1 (#1612) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b3eb93d2..b8b46bb6 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,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.13" % "test", + "junit" % "junit" % "4.13.1" % "test", "org.scalatest" %% "scalatest" % "3.1.2" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test", "com.github.scopt" %% "scopt" % "3.7.1" diff --git a/build.sc b/build.sc index ee1fb3a3..6cd7354f 100644 --- a/build.sc +++ b/build.sc @@ -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() } -- cgit v1.2.3