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 authored and adamw committed Sep 20, 2023
1 parent 63e42a8 commit 2ffd9cf
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 @@ -999,7 +999,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 2ffd9cf

Please sign in to comment.