From 52ba1a2a71454c00a1505eb068ae3d6d32270538 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Aug 2020 05:18:00 +0200 Subject: [PATCH] Update scalatest to 3.1.3 --- 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..4b246e6a 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.3" % Test diff --git a/future/build.sbt b/future/build.sbt index 8a8d573b..afec7676 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.3" % Test libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1"