From d064aecd9e0fd075fd10e4007470ce496102b6d4 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:20:14 +0000 Subject: [PATCH] Update scalatest to 3.2.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a54763c..0196f34 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val awsDependencies = Seq( ) lazy val testDependencies = Seq( - "org.scalatest" %% "scalatest" % "3.2.13" % Test, + "org.scalatest" %% "scalatest" % "3.2.14" % Test, "org.mockito" %% "mockito-scala" % "1.17.12" % Test, "org.mock-server" % "mockserver-netty" % "5.14.0" % Test )