aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-11-20 10:03:32 +0100
committerGitHub2021-11-20 09:03:32 +0000
commitededfcfb546187cf1d0f9675fbb5e44a7aecc411 (patch)
tree8ecd19595cc6896017afdfcdc6d2261691779e4c /build.sbt
parent0fe40e61d75702123678d0d32bf2cb3f9d5379da (diff)
Update scalacheck-1-14, ... to 3.2.1.0 (#1850)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 848cc9a6..0ff2effa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -29,8 +29,8 @@ lazy val firrtlSettings = Seq(
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
- "org.scalatest" %% "scalatest" % "3.2.9" % "test",
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.10" % "test",
+ "org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % "test",
"com.github.scopt" %% "scopt" % "3.7.1",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"org.json4s" %% "json4s-native" % "3.6.12",