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-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new e5a382a Update scalatest to 3.2.20 (#388)
e5a382a is described below
commit e5a382ad4e2f8d615bb84a6efe9c434437923422
Author: Scala Steward <[email protected]>
AuthorDate: Fri Mar 27 01:44:25 2026 +0100
Update scalatest to 3.2.20 (#388)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 955d458..ad7b994 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
"org.apache.cassandra" % "java-driver-core" % driverVersion,
"io.netty" % "netty-handler" % nettyVersion,
logback % Test,
- "org.scalatest" %% "scalatest" % "3.2.19" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.20" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
"org.osgi" % "org.osgi.core" % "6.0.0" % Provided)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]