From e1e59b297077b83b6074f1c313b52e8a9c7004c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 16:46:16 +0100 Subject: [PATCH] Update scalatest to 3.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 62d22aa..2a566f0 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ libraryDependencies ++= Seq( "com.evolutiongaming" %% "future-helper" % "1.0.6", "com.typesafe.akka" %% "akka-actor" % "2.6.8", "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test, - "org.scalatest" %% "scalatest" % "3.2.9" % Test) + "org.scalatest" %% "scalatest" % "3.2.11" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))