summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 9a1e50c0..f828479e 100644
--- a/build.sc
+++ b/build.sc
@@ -225,7 +225,7 @@ trait AbstractChiselModule extends PublishChiselModule with CommonBuild.BuildInf
object test extends Tests {
override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.0.8",
- ivy"org.scalacheck::scalacheck:1.14.0"
+ ivy"org.scalacheck::scalacheck:1.14.3"
)
def testFrameworks = Seq("org.scalatest.tools.Framework")