diff options
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" @@ -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() } |
