This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 14e518a  Update scalatest to 3.2.20 (#342)
14e518a is described below

commit 14e518a1d614b8051cf22230d01adbbf870f3cad
Author: Scala Steward <[email protected]>
AuthorDate: Fri Mar 27 02:51:11 2026 +0100

    Update scalatest to 3.2.20 (#342)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index af82ddf..87a56a3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -62,7 +62,7 @@ object Dependencies {
     val postgresql = "org.postgresql" % "postgresql" % "42.7.10" % Test
 
     val logback = "ch.qos.logback" % "logback-classic" % "1.5.32" % Test
-    val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
+    val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
     val junit = "junit" % "junit" % "4.13.2" % Test
     val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % Test
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to