diff options
| author | Scala Steward | 2021-05-11 08:57:50 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-11 06:57:50 +0000 |
| commit | 987e58f83996241aca6aa5f87395481184950436 (patch) | |
| tree | a96398dbb1ed659d179093944689597e0658f836 /build.sbt | |
| parent | 950aae21c363c64e927d03274ece53490b0c6d15 (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.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.1.1" % "test", + "org.scalatestplus" %% "scalacheck-1-14" % "3.1.4.0" % "test", "com.github.scopt" %% "scopt" % "4.0.1" ), ) ++ ( |
