summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-10-12 23:45:12 +0200
committerGitHub2020-10-12 21:45:12 +0000
commit45b07269598b651818c7561b1f9d28b690bf379e (patch)
tree786f60b488d491a936d7f97101a49d4cf8261334 /build.sbt
parent1307031d2a064bd82e474354f769bb32d796188c (diff)
Update junit to 4.13.1 (#1612)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 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"