summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-05-12 11:40:20 +0200
committerGitHub2021-05-12 09:40:20 +0000
commit46b522df7a9162b073a1fe8453cdce891d86b802 (patch)
tree1bbecf44cf002a91799e9d170d7060331c34ab8e /build.sbt
parent5e941a2300a12790c79dbc343ff41dcf8bfa77e4 (diff)
Update scalacheck-1-14 to 3.2.2.0 (#1908)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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 ed3a4354..b6971b8f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -71,7 +71,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.4.0" % "test",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test",
"com.github.scopt" %% "scopt" % "4.0.1"
),
) ++ (