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.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index ca1e5f44..125b029b 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,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.12" % "test", + "junit" % "junit" % "4.13" % "test", "org.scalatest" %% "scalatest" % "3.0.8" % "test", "org.scalacheck" %% "scalacheck" % "1.14.3" % "test", "com.github.scopt" %% "scopt" % "3.7.1" -- cgit v1.2.3