From 75e10bd35f3055f520dd42d4dac0076df6ef8068 Mon Sep 17 00:00:00 2001 From: "scala-steward-codacy[bot]" <125902487+scala-steward-codacy[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:13:36 +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 2fcdb5f4..89682c0d 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ dependsOn(coverageParser) commonSettings -val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" +val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" lazy val apiScala = project .in(file("api-scala"))