summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-05-11 08:57:50 +0200
committerGitHub2021-05-11 06:57:50 +0000
commit987e58f83996241aca6aa5f87395481184950436 (patch)
treea96398dbb1ed659d179093944689597e0658f836 /build.sbt
parent950aae21c363c64e927d03274ece53490b0c6d15 (diff)
Update scalacheck-1-14, ... to 3.1.4.0 (#1575)
* Update scalacheck-1-14, ... to 3.1.4.0 * Update scalacheck-1-14, ... to 3.1.4.0 * Update scalacheck-1-14 to 3.1.4.0 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 60b83a3e..ed3a4354 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.1.1" % "test",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.1.4.0" % "test",
"com.github.scopt" %% "scopt" % "4.0.1"
),
) ++ (