From b87ce808c6cbf6704df1b9666f400873be04c163 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:04:00 +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 e527897..a1ecd4b 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val V = new { val logback = "1.5.6" val pekko = "1.0.2" val pekkoHttp = "1.0.1" - val scalatest = "3.2.18" + val scalatest = "3.2.19" } lazy val root = project