diff options
| author | Scala Steward | 2020-08-12 22:31:10 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 20:31:10 +0000 |
| commit | 9de80fb0576077ecc6a83fe6ea8aa43249a0ab53 (patch) | |
| tree | 082af1ca18569ede612a8543eca7f55c9da66fbc | |
| parent | fa3dcce6a448de3d17538c54ca12ba099c950071 (diff) | |
Update scalacheck-1-14, ... to 3.1.3.0 (#1837)
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
@@ -36,7 +36,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, "org.scalatest" %% "scalatest" % "3.2.1" % "test", - "org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test", + "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "org.json4s" %% "json4s-native" % "3.6.8", @@ -60,7 +60,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule def ivyDeps = Agg( ivy"org.scalatest::scalatest:3.2.1", - ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1" + ivy"org.scalatestplus::scalacheck-1-14:3.1.3.0" ) ++ ivyCrossDeps def testFrameworks = Seq("org.scalatest.tools.Framework") |
