This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 c2e7f35f fix build issue (#704)
c2e7f35f is described below
commit c2e7f35fac5cec307addf36d60023bd8dd632763
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 18 12:49:38 2026 +0100
fix build issue (#704)
---
benchmark-java/build.sbt | 2 +-
plugin-tester-scala/build.gradle | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index e793d68f..caf4c24f 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -37,7 +37,7 @@ val root = project
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"org.apache.commons" % "commons-math3" % "3.6.1",
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
- "org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % Test),
+ "org.scalatestplus" %% "junit-4-13" % "3.2.20.0" % Test),
PB.artifactResolver := PB.artifactResolver.dependsOn(codeGenProject /
Compile / publishLocal).value)
compile / javacOptions += "-Xlint:deprecation"
diff --git a/plugin-tester-scala/build.gradle b/plugin-tester-scala/build.gradle
index 54e0fae0..24d8c4fd 100644
--- a/plugin-tester-scala/build.gradle
+++ b/plugin-tester-scala/build.gradle
@@ -29,6 +29,7 @@ dependencies {
implementation
"org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:${pekkoHttpVersion}"
implementation
"org.apache.pekko:pekko-pki_${scalaBinaryVersion}:${pekkoVersion}"
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
+ testImplementation
"org.apache.pekko:pekko-discovery_${scalaBinaryVersion}:${pekkoVersion}"
testImplementation
"org.apache.pekko:pekko-actor-testkit-typed_${scalaBinaryVersion}:${pekkoVersion}"
testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:${pekkoVersion}"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.20"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]