summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2019-09-05 15:44:30 -0700
committerGitHub2019-09-05 15:44:30 -0700
commit67e90c125daa59a5c998dbe7ca47bf024f17fda0 (patch)
tree953a6c6b91188d4da4520e06d8ea2696302d003a /build.sbt
parent36ad324754dbcad3afceb80ad2e79051c7eb9a9e (diff)
Bump dependency versions (#1158)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 2cffb8b7..93f2ba90 100644
--- a/build.sbt
+++ b/build.sbt
@@ -105,9 +105,9 @@ lazy val chiselSettings = Seq (
// An explicit dependency on junit seems to alleviate this.
libraryDependencies ++= Seq(
"junit" % "junit" % "4.12" % "test",
- "org.scalatest" %% "scalatest" % "3.0.5" % "test",
+ "org.scalatest" %% "scalatest" % "3.0.8" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
- "com.github.scopt" %% "scopt" % "3.7.0"
+ "com.github.scopt" %% "scopt" % "3.7.1"
),
javacOptions ++= javacOptionsVersion(scalaVersion.value)
) ++ (