Skip to content

Commit

Permalink
pekko-grpc examples cannot support scala3 because pbDirectProtobuf do…
Browse files Browse the repository at this point in the history
…es not
  • Loading branch information
pjfanning committed Aug 23, 2023
1 parent 5d25b6c commit 01c8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ lazy val pekkoGrpcExamples: ProjectMatrix = (projectMatrix in file("grpc/pekko-e
fork := true
)
.enablePlugins(PekkoGrpcPlugin)
.jvmPlatform(scalaVersions = scala2And3Versions)
.jvmPlatform(scalaVersions = scala2Versions)
.dependsOn(
protobuf,
pbDirectProtobuf,
Expand Down

0 comments on commit 01c8d40

Please sign in to comment.