Skip to content

Commit

Permalink
plugin-tester-scala: set protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2024
1 parent ca57023 commit 8b8ca1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 8b8ca1f

Please sign in to comment.