diff --git a/build.sbt b/build.sbt index f6886da816..e7dfcd7274 100644 --- a/build.sbt +++ b/build.sbt @@ -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,