summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2020-02-11 12:03:12 -0800
committerGitHub2020-02-11 12:03:12 -0800
commit45a926148bd87a383ee6e8c7aa87e6b9aeabd861 (patch)
tree0a6e375d12c11ba68a064d665fc5cd3afe0823ef /build.sbt
parent1cfa9c1df3d91a99ad146f85c77cee7c37a3a116 (diff)
Bump sbt and tool/plugin dependencies. (#1332)
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 51a6b53d..be265361 100644
--- a/build.sbt
+++ b/build.sbt
@@ -106,7 +106,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"junit" % "junit" % "4.12" % "test",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
- "org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.14.3" % "test",
"com.github.scopt" %% "scopt" % "3.7.1"
),
javacOptions ++= javacOptionsVersion(scalaVersion.value)