aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2020-05-13 15:01:33 -0700
committerGitHub2020-05-13 22:01:33 +0000
commit50a90664c1aa1824378b0ba2441ca76963d590a1 (patch)
tree9dd1c4d120c2fda32b2a5c2233c221565f15b200
parent8528422809fce49a44d7a8e548911bc280677150 (diff)
Update scalacheck-1-14 to 3.1.1.1 (#1606)
Co-authored-by: Scala Steward <me@scala-steward.org> Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--build.sbt2
-rw-r--r--build.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 3fc88632..50208ecd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -49,7 +49,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scalatest" %% "scalatest" % "3.1.2" % "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",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"org.json4s" %% "json4s-native" % "3.6.7",
diff --git a/build.sc b/build.sc
index 84db5d80..eaae845d 100644
--- a/build.sc
+++ b/build.sc
@@ -60,7 +60,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.1.2",
- ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1"
+ ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1"
) ++ ivyCrossDeps
def testFrameworks = Seq("org.scalatest.tools.Framework")