From 80994f0780e5d8c4f0735ec4c4a940f42eed246d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 07:25:08 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 365c8a2e..d7df3bc9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -52,7 +52,7 @@ object Dependencies { /* Test */ val AkkaTypedTestKit = "com.typesafe.akka" %% "akka-actor-testkit-typed" % Version.Akka % Test - val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test + val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test val AkkaStreamsTestKit = "com.typesafe.akka" %% "akka-stream-testkit" % Version.Akka % Test val MockitoScala = "org.mockito" %% "mockito-scala" % "1.17.12" % Test