This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/scalatest-3.2.19
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit 3c074fb35f60fb0d33293039221f6b2df0bf80e5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 30 00:05:46 2024 +0000
Update scalatest to 3.2.19
---
benchmark-java/build.sbt | 2 +-
plugin-tester-scala/pom.xml | 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 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index fa97c3bc..a9acec8c 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -34,7 +34,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.18" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % 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 f8db6c3d..8120dc83 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
- <version>3.2.18</version>
+ <version>3.2.19</version>
<scope>test</scope>
</dependency>
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 9193f877..a55b4ae2 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
@@ -18,7 +18,7 @@ val grpcVersion = "1.64.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.18" % Test)
+ "org.scalatest" %% "scalatest" % "3.2.19" % 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 cc40361d..b6e668cf 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.18" % Test)
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]