From f30da72c3f06714411f3471980201b145cd39e73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 14:32:14 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03b79fa..2b01533 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val sequentially = (project "com.typesafe.akka" %% "akka-testkit" % "2.6.21" % Test, "com.evolutiongaming" %% "executor-tools" % "1.0.4", "com.evolutiongaming" %% "future-helper" % "1.0.7", - "org.scalatest" %% "scalatest" % "3.2.10" % Test))) + "org.scalatest" %% "scalatest" % "3.2.19" % Test))) lazy val benchmark = (project in file("benchmark")