Skip to content

Update scalapb-runtime to 0.11.17 #592

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://grpc.io

ScalaPBは、version 0.5.18からgRPC用のコード生成に対応しています。
実行時には、JavaのgRPCに依存します。
これを書いている2022年1月現在の最新安定版であるScalaPB 0.11.8 時点では、grpc-javaの1.43.2に対応しています。
これを書いている2022年1月現在の最新安定版であるScalaPB 0.11.17 時点では、grpc-javaの1.43.2に対応しています。

ScalaPBでは、serviceの定義があると自動でgRPC用のコード生成がされます。
しかしランタイムの追加が必要です。
Expand Down