summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJim Lawson2020-05-05 17:41:06 -0700
committerGitHub2020-05-05 17:41:06 -0700
commit33cfe8101950721f5756207504162b566c438ba8 (patch)
treee99c9dc2e5001404ba150fd5cf5dfd0d8ffbd10d /build.sc
parentfacd530880b16c53db67a9a20a95ddf053038f81 (diff)
Update scalatest 3.1.1 (#1430)
* Update scalatest to 3.1.1 * Update scalatest to 3.1.1 * Update scalatest to 3.1.1 * Add missing org.scalatest.flatspec.AnyFlatSpec import. Co-authored-by: Scala Steward <me@scala-steward.org> Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
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 52a6aeda..d1e27289 100644
--- a/build.sc
+++ b/build.sc
@@ -97,7 +97,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu
}
def ivyDeps = Agg(
- ivy"org.scalatest::scalatest:3.1.0",
+ ivy"org.scalatest::scalatest:3.1.1",
ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1",
ivy"com.github.scopt::scopt:3.7.1"
) ++ ivyCrossDeps