From 086c70c8eb374a46f51b6641395cfeddada88d63 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 5 Apr 2021 08:18:10 +0000 Subject: [PATCH] Update scalatest to 3.2.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32e814f..cff12df 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val awsDependencies = Seq( ) lazy val testDependencies = Seq( - "org.scalatest" %% "scalatest" % "3.2.6" % Test, + "org.scalatest" %% "scalatest" % "3.2.7" % Test, "org.mockito" %% "mockito-scala" % "1.16.33" % Test, "org.mock-server" % "mockserver-netty" % "5.11.2" % Test )