From 1da54e2b3ab09b910cdb9b6fe406e4ed6bd7ca42 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 27 Mar 2026 00:07:04 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5138d073..ae461c086 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ val emailDependencies = Seq( ) val testingDependencies = Seq( - "org.scalatest" %% "scalatest" % "3.2.19", + "org.scalatest" %% "scalatest" % "3.2.20", "com.opentable.components" % "otj-pg-embedded" % "1.1.1", // embedded PostgreSQL for tests "com.softwaremill.sttp.tapir" %% "tapir-sttp-stub4-server" % tapirVersion, // integration testing HTTP endpoints without starting a server "com.softwaremill.sttp.tapir" %% "tapir-sttp-client4" % tapirVersion // interpreting endpoint descriptions as HTTP requests