summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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 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"