Skip to content

Commit

Permalink
Update scalacheck-1-14 to 3.1.1.1 (#1413)
Browse files Browse the repository at this point in the history
* Update scalacheck-1-14 to 3.1.1.1

* Update scalacheck-1-14 to 3.1.1.1

Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
  • Loading branch information
scala-steward and ucbjrl authored May 13, 2020
1 parent 89dbcd2 commit a26bff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13" % "test",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1"
),
javacOptions ++= javacOptionsVersion(scalaVersion.value)
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu

def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.1.1",
ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1",
ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1",
ivy"com.github.scopt::scopt:3.7.1"
) ++ ivyCrossDeps

Expand Down

0 comments on commit a26bff0

Please sign in to comment.