From 7036f288566670174f4ec2e6867ec5119fe562f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2020 05:51:48 +0100 Subject: [PATCH] Update scalatest to 3.1.1 --- future-MultipleException/build.sbt | 2 +- future/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/future-MultipleException/build.sbt b/future-MultipleException/build.sbt index caf6e65d..9306ad44 100644 --- a/future-MultipleException/build.sbt +++ b/future-MultipleException/build.sbt @@ -7,4 +7,4 @@ libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.14" enablePlugins(Example) -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.1" % Test diff --git a/future/build.sbt b/future/build.sbt index 8a8d573b..d204379e 100644 --- a/future/build.sbt +++ b/future/build.sbt @@ -3,7 +3,7 @@ examplePackageRef := q"com.thoughtworks" libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.14" -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.1" % Test libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1"