aboutsummaryrefslogtreecommitdiff
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 2f8a56f1..662135e6 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.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")