From 3ac724c1b6140ac014a3382270bc5cb59c80707e Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 9 Sep 2024 14:13:35 +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 3c34d3e..489222e 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val root = (project in file(".")) "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test, "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test, - "org.scalatest" %% "scalatest" % "3.2.17" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.scalamock" %% "scalamock" % "5.2.0" % Test ) )