We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sample was using a pretty old version of sbt-akka-grpc (0.8.4) and sbt-pekko-grpc is the equivalent of sbt-akka-grpc 2.1.6.
https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465
Note that https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465 needs ActorSystem as an implicit val to compile now.
Or we might need to update the docs to say why this is needed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The sample was using a pretty old version of sbt-akka-grpc (0.8.4) and sbt-pekko-grpc is the equivalent of sbt-akka-grpc 2.1.6.
https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465
Note that https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465 needs ActorSystem as an implicit val to compile now.
Or we might need to update the docs to say why this is needed.
The text was updated successfully, but these errors were encountered: