summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
-rw-r--r--build.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 87c7a436..cc8bbd03 100644
--- a/build.sbt
+++ b/build.sbt
@@ -105,7 +105,7 @@ lazy val chiselSettings = Seq (
// An explicit dependency on junit seems to alleviate this.
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13" % "test",
- "org.scalatest" %% "scalatest" % "3.1.1" % "test",
+ "org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1"
),
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