From f9dad4b9d34a8f058febe53942f55fc18cff88eb Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:18:59 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a1cf98..6ed5bfc 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val awsDependencies = Seq( ) lazy val testDependencies = Seq( - "org.scalatest" %% "scalatest" % "3.2.17" % Test, + "org.scalatest" %% "scalatest" % "3.2.18" % Test, "org.mockito" %% "mockito-scala" % "1.17.30" % Test, "org.mock-server" % "mockserver-netty" % "5.15.0" % Test )