aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2022-03-14 19:54:24 +0100
committerGitHub2022-03-14 18:54:24 +0000
commita6064711455f9657d9e753900c2496411ff9ff8d (patch)
treed72c9e87a1007bdeaa00b4e075be2762b6906365 /build.sbt
parente4a9ea89489aabc62c58c7d0831d668600370aa2 (diff)
Update scalacheck-1-15 to 3.2.11.0 (#2471)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 1ef11f36..1272900b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ lazy val firrtlSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scalatest" %% "scalatest" % "3.2.10" % "test",
- "org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % "test",
+ "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % "test",
"com.github.scopt" %% "scopt" % "3.7.1",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"org.json4s" %% "json4s-native" % "3.6.12",