From d65013c43f0332e04dd47ce068837b52fbe14cc8 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 13 May 2020 16:10:53 -0700 Subject: Update scalatest to 3.1.2 (#1441) Co-authored-by: Scala Steward Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>--- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index e0aa93a6..91ea968d 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.1", + ivy"org.scalatest::scalatest:3.1.2", ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1", ivy"com.github.scopt::scopt:3.7.1" ) ++ ivyCrossDeps -- cgit v1.2.3