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