From 3d3a4c1c6d0d2af6d6c375749af45513c4e82995 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Apr 2021 20:43:54 +0200 Subject: [PATCH] scalatest 3.2.7 (was 3.2.6) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4da991a8c..023c47305 100644 --- a/build.sbt +++ b/build.sbt @@ -157,7 +157,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform) commonSettings ++ playJsonMimaSettings ++ Def.settings( libraryDependencies ++= (if (isDotty.value) Nil else scalaReflect(scalaVersion.value)), libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest" % "3.2.6" % Test, + "org.scalatest" %%% "scalatest" % "3.2.7" % Test, "org.scalatestplus" %%% "scalacheck-1-15" % "3.2.6.0" % Test, "org.scalacheck" %%% "scalacheck" % "1.15.3" % Test, "com.chuusai" %% "shapeless" % "2.3.3" % Test,