From d7f52644615bbc8ccc5d125008889f76aa006eb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Jul 2022 11:40:13 +0000 Subject: [PATCH] Update scalatest to 3.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fa9f46..5bacbd6 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % Circe, "io.circe" %% "circe-generic-extras" % Circe, - "org.scalatest" %% "scalatest" % "3.2.12" % "test", + "org.scalatest" %% "scalatest" % "3.2.13" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test" ) },