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-grpc.git


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

commit 8414fb0a68db28fd7ab7e7ffada4b01f980ab4f7
Author: Scala Steward <[email protected]>
AuthorDate: Thu Mar 26 18:35:38 2026 +0100

    Update scalatest to 3.2.20 (#670)
---
 benchmark-java/build.sbt                                        | 2 +-
 plugin-tester-scala/pom.xml                                     | 2 +-
 project/Dependencies.scala                                      | 2 +-
 sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt   | 2 +-
 sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt | 2 +-
 sbt-plugin/src/sbt-test/scala3/02-scala3-sourcegen/build.sbt    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index 5c3343c4..414c14ff 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -36,7 +36,7 @@ val root = project
       "io.grpc" % "grpc-testing" % grpcVersion,
       "org.hdrhistogram" % "HdrHistogram" % "2.1.12",
       "org.apache.commons" % "commons-math3" % "3.6.1",
-      "org.scalatest" %% "scalatest" % "3.2.19" % Test,
+      "org.scalatest" %% "scalatest" % "3.2.20" % Test,
       "org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % Test),
     PB.artifactResolver := PB.artifactResolver.dependsOn(codeGenProject / 
Compile / publishLocal).value)
 
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 77e43bd9..a5be783a 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_2.13</artifactId>
-      <version>3.2.19</version>
+      <version>3.2.20</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index dc7bab59..1a323a7d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
     val googleProtoc = "3.25.8" // checked synced by VersionSyncCheckPlugin
     val googleProtobufJava = "3.25.8"
 
-    val scalaTest = "3.2.19"
+    val scalaTest = "3.2.20"
 
     val maven = "3.9.14"
   }
diff --git a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt 
b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
index a7e05e2e..fd01f063 100644
--- a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
+++ b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
@@ -16,7 +16,7 @@ val grpcVersion = "1.80.0" // checked synced by 
VersionSyncCheckPlugin
 libraryDependencies ++= Seq(
   "io.grpc" % "grpc-interop-testing" % grpcVersion % "protobuf-src",
   "org.apache.pekko" %% "pekko-grpc-interop-tests" % 
sys.props("project.version") % "test",
-  "org.scalatest" %% "scalatest" % "3.2.19" % Test)
+  "org.scalatest" %% "scalatest" % "3.2.20" % Test)
 
 scalacOptions ++= List("-unchecked", "-deprecation", "-language:_", 
"-encoding", "UTF-8")
 
diff --git a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt 
b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
index 68e19369..a0a9530f 100644
--- a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
+++ b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
@@ -14,4 +14,4 @@ scalacOptions += "-Xfatal-warnings"
 enablePlugins(PekkoGrpcPlugin)
 
 libraryDependencies ++= Seq(
-  "org.scalatest" %% "scalatest" % "3.2.19" % Test)
+  "org.scalatest" %% "scalatest" % "3.2.20" % Test)
diff --git a/sbt-plugin/src/sbt-test/scala3/02-scala3-sourcegen/build.sbt 
b/sbt-plugin/src/sbt-test/scala3/02-scala3-sourcegen/build.sbt
index c218d549..e36353eb 100644
--- a/sbt-plugin/src/sbt-test/scala3/02-scala3-sourcegen/build.sbt
+++ b/sbt-plugin/src/sbt-test/scala3/02-scala3-sourcegen/build.sbt
@@ -16,4 +16,4 @@ enablePlugins(PekkoGrpcPlugin)
 resolvers += Resolver.ApacheMavenSnapshotsRepo
 
 libraryDependencies ++= Seq(
-  "org.scalatest" %% "scalatest" % "3.2.19" % Test)
+  "org.scalatest" %% "scalatest" % "3.2.20" % Test)


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

Reply via email to