This is an automated email from the ASF dual-hosted git repository.
engelen 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 8db7102d plugin-tester-scala: set protoc version (#409)
8db7102d is described below
commit 8db7102d6a43222833472b657e2e0c543befdf40
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 11 09:41:15 2024 +0100
plugin-tester-scala: set protoc version (#409)
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index 4986ba78..d98831d3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -289,6 +289,7 @@ lazy val pluginTesterScala = Project(id =
"plugin-tester-scala", base = file("pl
.settings(
name := s"$pekkoPrefix-plugin-tester-scala",
fork := true,
+ PB.protocVersion := Dependencies.Versions.googleProtoc,
crossScalaVersions := Dependencies.Versions.CrossScalaForLib,
scalaVersion := scala212,
ReflectiveCodeGen.codeGeneratorSettings ++= Seq("flat_package",
"server_power_apis"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]