summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-05-13 19:40:15 +0200
committerGitHub2020-05-13 17:40:15 +0000
commita26bff060f31b0dbc24fe68fb9d9a54d2492b292 (patch)
tree8e8424898151b1b3d1b079c608c2fb6cbea0ab1a /build.sbt
parent89dbcd2556eba4853d21110c4658ada549e08600 (diff)
Update scalacheck-1-14 to 3.1.1.1 (#1413)
* Update scalacheck-1-14 to 3.1.1.1 * Update scalacheck-1-14 to 3.1.1.1 Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
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 083c0500..87c7a436 100644
--- a/build.sbt
+++ b/build.sbt
@@ -106,7 +106,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13" % "test",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1"
),
javacOptions ++= javacOptionsVersion(scalaVersion.value)