From 698a9f314b206f1694859ab8044c052086c0cd39 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Thu, 13 Aug 2020 02:16:56 -0400 Subject: Rollback scalatest to avoid printing bug (#1845) Signed-off-by: Schuyler Eldridge Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f45459b0..564b38bb 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val commonSettings = Seq( javacOptions ++= javacOptionsVersion(scalaVersion.value), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "org.scalatest" %% "scalatest" % "3.2.1" % "test", + "org.scalatest" %% "scalatest" % "3.2.0" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", -- cgit v1.2.3