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-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 8585f5a Update scalatest to 3.2.20 (#287)
8585f5a is described below
commit 8585f5a655783a117cdb120904087a886ae7883f
Author: Scala Steward <[email protected]>
AuthorDate: Thu Mar 26 18:40:17 2026 +0100
Update scalatest to 3.2.20 (#287)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index bdc1e2c..5679df7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -47,7 +47,7 @@ lazy val root = Project(
"com.amazonaws" % "aws-java-sdk-core" % amzVersion,
"com.amazonaws" % "aws-java-sdk-dynamodb" % amzVersion,
"javax.xml.bind" % "jaxb-api" % "2.3.1", // see
https://github.com/seek-oss/gradle-aws-plugin/issues/15
- "org.scalatest" %% "scalatest" % "3.2.19" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.20" % "test",
"commons-io" % "commons-io" % "2.21.0" % Test,
"org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % Test),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]