diff options
| author | Scala Steward | 2021-05-12 11:40:20 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-12 09:40:20 +0000 |
| commit | 46b522df7a9162b073a1fe8453cdce891d86b802 (patch) | |
| tree | 1bbecf44cf002a91799e9d170d7060331c34ab8e /build.sbt | |
| parent | 5e941a2300a12790c79dbc343ff41dcf8bfa77e4 (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.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ), ) ++ ( |
