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 | |
| 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>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 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" ), ) ++ ( @@ -106,7 +106,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit override def ivyDeps = m.ivyDeps() ++ Agg( ivy"org.scalatest::scalatest:3.1.2", - ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1", + ivy"org.scalatestplus::scalacheck-1-14:3.1.4.0", ivy"com.github.scopt::scopt:4.0.1" ) ++ m.treadleIvyDeps |
