diff options
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -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 |
