From 4a98409680d28d65fe882dae7e63ff0c158b1e89 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:01:23 +0200 Subject: [PATCH] bump: update scalatest from 3.2.12 to 3.2.18 (#4387) --- samples/akka-http-quickstart-scala/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/akka-http-quickstart-scala/build.sbt b/samples/akka-http-quickstart-scala/build.sbt index 4b1d8cd2e2..3d9d00c848 100644 --- a/samples/akka-http-quickstart-scala/build.sbt +++ b/samples/akka-http-quickstart-scala/build.sbt @@ -25,6 +25,6 @@ lazy val root = (project in file(".")). "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test, "com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test, - "org.scalatest" %% "scalatest" % "3.2.12" % Test + "org.scalatest" %% "scalatest" % "3.2.18" % Test ) )